#056016

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

Shades of Crusoe #056016

Tints of Crusoe #056016

Color information

#056016 (or 0x056016) is unknown color: approx Crusoe. HEX triplet: 05, 60 and 16. RGB value is (5,96,22). Sum of RGB (Red+Green+Blue) = 5+96+22=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 96 (37.89% from 255 or 78.05% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 96 - color contains mainly: green. Hex color #056016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056016 is #FA9FE9. Grayscale: #3C3C3C. Windows color (decimal): -16424938 or 1466373. OLE color: 1466373.

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

Color convert

RGB59622-
CMYK0.9500.770.62
HSL131.21º90.1%19.8%-
HSV(B)131.21º94.79%37.65%-
XYZ4.398.462.16-
YUV60.36106.3588.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.07%
GREEN value IS 96 (37.89% from 255) = 78.05%
BLUE value IS 22 (8.98% from 255) = 17.89%
R=4.07%
G=78.05%
B=17.89%

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
Decimal596220.9500.770.62131.2190.119.8
Hex560165F04D3E835a14
Octal51402613701157620313224
Binary10111000001011010111110100110111111010000011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056016; }

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

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

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

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

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

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

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

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