#006818

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

Shades of Crusoe #006818

Tints of Crusoe #006818

Color information

#006818 (or 0x006818) is unknown color: approx Crusoe. HEX triplet: 00, 68 and 18. RGB value is (0,104,24). Sum of RGB (Red+Green+Blue) = 0+104+24=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 104 (41.02% from 255 or 81.25% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 104 - color contains mainly: green. Hex color #006818 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006818 is #FF97E7. Grayscale: #404040. Windows color (decimal): -16750568 or 1599488. OLE color: 1599488.

HSL color Cylindrical-coordinate representation of color #006818: hue angle of 133.85º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006818 is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB010424-
CMYK100.770.59
HSL133.85º100%20.39%-
HSV(B)133.85º100%40.78%-
XYZ5.129.972.52-
YUV63.78105.5482.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 104 (41.02% from 255) = 81.25%
BLUE value IS 24 (9.77% from 255) = 18.75%
R=0%
G=81.25%
B=18.75%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal010424100.770.59133.8510020.39
Hex068186404D3B866414
Octal01503014401157320614424
Binary011010001100011001000100110111101110000110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006818; }

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

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

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

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

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

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

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

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