#006218

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

Shades of Crusoe #006218

Tints of Crusoe #006218

Color information

#006218 (or 0x006218) is unknown color: approx Crusoe. HEX triplet: 00, 62 and 18. RGB value is (0,98,24). Sum of RGB (Red+Green+Blue) = 0+98+24=122 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 122); Green value is 98 (38.67% from 255 or 80.33% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 98 - color contains mainly: green. Hex color #006218 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006218 is #FF9DE7. Grayscale: #3C3C3C. Windows color (decimal): -16752104 or 1597952. OLE color: 1597952.

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

Color convert

RGB09824-
CMYK100.760.62
HSL134.69º100%19.22%-
HSV(B)134.69º100%38.43%-
XYZ4.538.82.32-
YUV60.26107.5385.02-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 98 (38.67% from 255) = 80.33%
BLUE value IS 24 (9.77% from 255) = 19.67%
R=0%
G=80.33%
B=19.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09824100.760.62134.6910019.22
Hex062186404C3E876413
Octal01423014401147620714423
Binary011000101100011001000100110011111010000111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006218; }

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

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

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

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

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

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

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

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