#006118

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

Shades of Crusoe #006118

Tints of Crusoe #006118

Color information

#006118 (or 0x006118) is unknown color: approx Crusoe. HEX triplet: 00, 61 and 18. RGB value is (0,97,24). Sum of RGB (Red+Green+Blue) = 0+97+24=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 97 (38.28% from 255 or 80.17% from 121); Blue value is 24 (9.77% from 255 or 19.83% from 121); Max value from RGB is 97 - color contains mainly: green. Hex color #006118 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006118 is #FF9EE7. Grayscale: #3B3B3B. Windows color (decimal): -16752360 or 1597696. OLE color: 1597696.

HSL color Cylindrical-coordinate representation of color #006118: hue angle of 134.85º 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 #006118 is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB09724-
CMYK100.750.62
HSL134.85º100%19.02%-
HSV(B)134.85º100%38.04%-
XYZ4.448.622.29-
YUV59.68107.8685.44-

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) = 80.17%
BLUE value IS 24 (9.77% from 255) = 19.83%
R=0%
G=80.17%
B=19.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09724100.750.62134.8510019.02
Hex061186404B3E876413
Octal01413014401137620714423
Binary011000011100011001000100101111111010000111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006118; }

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

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

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

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

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

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

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

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