#00611C

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

Shades of Crusoe #00611C

Tints of Crusoe #00611C

Color information

#00611C (or 0x00611C) is unknown color: approx Crusoe. HEX triplet: 00, 61 and 1C. RGB value is (0,97,28). Sum of RGB (Red+Green+Blue) = 0+97+28=125 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 125); Green value is 97 (38.28% from 255 or 77.6% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 97 - color contains mainly: green. Hex color #00611C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00611C is #FF9EE3. Grayscale: #3C3C3C. Windows color (decimal): -16752356 or 1859840. OLE color: 1859840.

HSL color Cylindrical-coordinate representation of color #00611C: hue angle of 137.32º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00611C is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB09728-
CMYK100.710.62
HSL137.32º100%19.02%-
HSV(B)137.32º100%38.04%-
XYZ4.488.632.53-
YUV60.13109.8685.11-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 97 (38.28% from 255) = 77.6%
BLUE value IS 28 (11.33% from 255) = 22.4%
R=0%
G=77.6%
B=22.4%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09728100.710.62137.3210019.02
Hex0611C640473E896413
Octal01413414401077621114423
Binary011000011110011001000100011111111010001001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00611C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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