#056216

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

Shades of Crusoe #056216

Tints of Crusoe #056216

Color information

#056216 (or 0x056216) is unknown color: approx Crusoe. HEX triplet: 05, 62 and 16. RGB value is (5,98,22). Sum of RGB (Red+Green+Blue) = 5+98+22=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 98 (38.67% from 255 or 78.4% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 98 - color contains mainly: green. Hex color #056216 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056216 is #FA9DE9. Grayscale: #3D3D3D. Windows color (decimal): -16424426 or 1466885. OLE color: 1466885.

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

Color convert

RGB59822-
CMYK0.9500.780.62
HSL130.97º90.29%20.2%-
HSV(B)130.97º94.9%38.43%-
XYZ4.588.832.22-
YUV61.53105.6987.68-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4%
GREEN value IS 98 (38.67% from 255) = 78.4%
BLUE value IS 22 (8.98% from 255) = 17.6%
R=4%
G=78.4%
B=17.6%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal598220.9500.780.62130.9790.2920.2
Hex562165F04E3E835a14
Octal51422613701167620313224
Binary10111000101011010111110100111011111010000011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056216; }

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

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

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

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

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

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

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

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