#00662C

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

Shades of Crusoe #00662C

Tints of Crusoe #00662C

Color information

#00662C (or 0x00662C) is unknown color: approx Crusoe. HEX triplet: 00, 66 and 2C. RGB value is (0,102,44). Sum of RGB (Red+Green+Blue) = 0+102+44=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 102 (40.23% from 255 or 69.86% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 102 - color contains mainly: green. Hex color #00662C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00662C is #FF99D3. Grayscale: #414141. Windows color (decimal): -16751060 or 2909696. OLE color: 2909696.

HSL color Cylindrical-coordinate representation of color #00662C: hue angle of 145.88º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00662C is Cyan = 1, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.6.

Color convert

RGB010244-
CMYK100.570.6
HSL145.88º100%20%-
HSV(B)145.88º100%40%-
XYZ5.219.683.98-
YUV64.89116.2181.72-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 102 (40.23% from 255) = 69.86%
BLUE value IS 44 (17.58% from 255) = 30.14%
R=0%
G=69.86%
B=30.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal010244100.570.6145.8810020
Hex0662C640393C926414
Octal0146541440717422214424
Binary011001101011001100100011100111110010010010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00662C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,102,44); }

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

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

 a { background-color: rgb(0,102,44); }

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

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

 span { border-color: rgb(0,102,44); }

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