#00661C

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

Shades of Crusoe #00661C

Tints of Crusoe #00661C

Color information

#00661C (or 0x00661C) is unknown color: approx Crusoe. HEX triplet: 00, 66 and 1C. RGB value is (0,102,28). Sum of RGB (Red+Green+Blue) = 0+102+28=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 102 (40.23% from 255 or 78.46% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 102 - color contains mainly: green. Hex color #00661C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00661C is #FF99E3. Grayscale: #3F3F3F. Windows color (decimal): -16751076 or 1861120. OLE color: 1861120.

HSL color Cylindrical-coordinate representation of color #00661C: hue angle of 136.47º 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 #00661C is Cyan = 1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB010228-
CMYK100.730.6
HSL136.47º100%20%-
HSV(B)136.47º100%40%-
XYZ4.969.592.69-
YUV63.07108.2183.02-

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) = 78.46%
BLUE value IS 28 (11.33% from 255) = 21.54%
R=0%
G=78.46%
B=21.54%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal010228100.730.6136.4710020
Hex0661C640493C886414
Octal01463414401117421014424
Binary011001101110011001000100100111110010001000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00661C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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