#056218

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

Shades of Crusoe #056218

Tints of Crusoe #056218

Color information

#056218 (or 0x056218) is unknown color: approx Crusoe. HEX triplet: 05, 62 and 18. RGB value is (5,98,24). Sum of RGB (Red+Green+Blue) = 5+98+24=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 98 (38.67% from 255 or 77.17% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 98 - color contains mainly: green. Hex color #056218 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056218 is #FA9DE7. Grayscale: #3D3D3D. Windows color (decimal): -16424424 or 1597957. OLE color: 1597957.

HSL color Cylindrical-coordinate representation of color #056218: hue angle of 132.26º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056218 is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.

Color convert

RGB59824-
CMYK0.9500.760.62
HSL132.26º90.29%20.2%-
HSV(B)132.26º94.9%38.43%-
XYZ4.68.832.33-
YUV61.76106.6987.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.94%
GREEN value IS 98 (38.67% from 255) = 77.17%
BLUE value IS 24 (9.77% from 255) = 18.90%
R=3.94%
G=77.17%
B=18.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal598240.9500.760.62132.2690.2920.2
Hex562185F04C3E845a14
Octal51423013701147620413224
Binary10111000101100010111110100110011111010000100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056218; }

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

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

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

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

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

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

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

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