#01652C

Color #01652C Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #01652C

Tints of Crusoe #01652C

Color information

#01652C (or 0x01652C) is unknown color: approx Crusoe. HEX triplet: 01, 65 and 2C. RGB value is (1,101,44). Sum of RGB (Red+Green+Blue) = 1+101+44=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 101 (39.84% from 255 or 69.18% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 101 - color contains mainly: green. Hex color #01652C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01652C is #FE9AD3. Grayscale: #404040. Windows color (decimal): -16685780 or 2909441. OLE color: 2909441.

HSL color Cylindrical-coordinate representation of color #01652C: hue angle of 145.8º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01652C is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.

Color convert

RGB110144-
CMYK0.9900.560.60
HSL145.8º98.04%20%-
HSV(B)145.8º99.01%39.61%-
XYZ5.129.53.95-
YUV64.6116.3782.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 101 (39.84% from 255) = 69.18%
BLUE value IS 44 (17.58% from 255) = 30.14%
R=0.68%
G=69.18%
B=30.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1101440.9900.560.60145.898.0420
Hex1652C630383C926214
Octal1145541430707422214224
Binary111001011011001100011011100011110010010010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01652C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01652C; }

 p { color: rgb(1,101,44); }

 H1.HeaderClassName
 {
   color: #01652C;
 }
 .AnyTagClassName
 {
   color: #01652C;
 }
</style>
background-color css

<style>
 a { background-color: #01652C; }

 a { background-color: rgb(1,101,44); }

 div.DivClassName
 {
   background-color: #01652C;
 }
 .BgClassName
 {
   background-color: #01652C;
 }
</style>
border-color css

<style>
 span { border-color: #01652C; }

 span { border-color: rgb(1,101,44); }

 td.TdClassName
 {
   border-color: #01652C;
 }
 .TagClassName
 {
   border-color: #01652C;
 }
</style>