#056116

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

Shades of Crusoe #056116

Tints of Crusoe #056116

Color information

#056116 (or 0x056116) is unknown color: approx Crusoe. HEX triplet: 05, 61 and 16. RGB value is (5,97,22). Sum of RGB (Red+Green+Blue) = 5+97+22=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 97 (38.28% from 255 or 78.23% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 97 - color contains mainly: green. Hex color #056116 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056116 is #FA9EE9. Grayscale: #3D3D3D. Windows color (decimal): -16424682 or 1466629. OLE color: 1466629.

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

Color convert

RGB59722-
CMYK0.9500.770.62
HSL131.09º90.2%20%-
HSV(B)131.09º94.85%38.04%-
XYZ4.488.642.19-
YUV60.94106.0288.1-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.03%
GREEN value IS 97 (38.28% from 255) = 78.23%
BLUE value IS 22 (8.98% from 255) = 17.74%
R=4.03%
G=78.23%
B=17.74%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal597220.9500.770.62131.0990.220
Hex561165F04D3E835a14
Octal51412613701157620313224
Binary10111000011011010111110100110111111010000011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056116; }

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

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

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

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

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

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

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

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