#056620

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

Shades of Crusoe #056620

Tints of Crusoe #056620

Color information

#056620 (or 0x056620) is unknown color: approx Crusoe. HEX triplet: 05, 66 and 20. RGB value is (5,102,32). Sum of RGB (Red+Green+Blue) = 5+102+32=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 102 (40.23% from 255 or 73.38% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 102 - color contains mainly: green. Hex color #056620 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056620 is #FA99DF. Grayscale: #414141. Windows color (decimal): -16423392 or 2123269. OLE color: 2123269.

HSL color Cylindrical-coordinate representation of color #056620: hue angle of 136.7º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056620 is Cyan = 0.95, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.6.

Color convert

RGB510232-
CMYK0.9500.690.6
HSL136.7º90.65%20.98%-
HSV(B)136.7º95.1%40%-
XYZ5.079.642.96-
YUV65.02109.3685.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.60%
GREEN value IS 102 (40.23% from 255) = 73.38%
BLUE value IS 32 (12.89% from 255) = 23.02%
R=3.60%
G=73.38%
B=23.02%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5102320.9500.690.6136.790.6520.98
Hex566205F0453C895b15
Octal51464013701057421113325
Binary101110011010000010111110100010111110010001001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056620; }

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

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

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

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

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

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

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

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