#056020

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

Shades of Crusoe #056020

Tints of Crusoe #056020

Color information

#056020 (or 0x056020) is unknown color: approx Crusoe. HEX triplet: 05, 60 and 20. RGB value is (5,96,32). Sum of RGB (Red+Green+Blue) = 5+96+32=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 96 (37.89% from 255 or 72.18% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 96 - color contains mainly: green. Hex color #056020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056020 is #FA9FDF. Grayscale: #3D3D3D. Windows color (decimal): -16424928 or 2121733. OLE color: 2121733.

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

Color convert

RGB59632-
CMYK0.9500.670.62
HSL137.8º90.1%19.8%-
HSV(B)137.8º94.79%37.65%-
XYZ4.518.52.77-
YUV61.5111.3587.7-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.76%
GREEN value IS 96 (37.89% from 255) = 72.18%
BLUE value IS 32 (12.89% from 255) = 24.06%
R=3.76%
G=72.18%
B=24.06%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal596320.9500.670.62137.890.119.8
Hex560205F0433E8a5a14
Octal51404013701037621213224
Binary101110000010000010111110100001111111010001010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056020; }

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

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

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

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

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

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

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

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