#056320

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

Shades of Crusoe #056320

Tints of Crusoe #056320

Color information

#056320 (or 0x056320) is unknown color: approx Crusoe. HEX triplet: 05, 63 and 20. RGB value is (5,99,32). Sum of RGB (Red+Green+Blue) = 5+99+32=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 99 (39.06% from 255 or 72.79% from 136); Blue value is 32 (12.89% from 255 or 23.53% from 136); Max value from RGB is 99 - color contains mainly: green. Hex color #056320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056320 is #FA9CDF. Grayscale: #3F3F3F. Windows color (decimal): -16424160 or 2122501. OLE color: 2122501.

HSL color Cylindrical-coordinate representation of color #056320: hue angle of 137.23º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056320 is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB59932-
CMYK0.9500.680.61
HSL137.23º90.38%20.39%-
HSV(B)137.23º94.95%38.82%-
XYZ4.799.062.86-
YUV63.26110.3686.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.68%
GREEN value IS 99 (39.06% from 255) = 72.79%
BLUE value IS 32 (12.89% from 255) = 23.53%
R=3.68%
G=72.79%
B=23.53%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal599320.9500.680.61137.2390.3820.39
Hex563205F0443D895a14
Octal51434013701047521113224
Binary101110001110000010111110100010011110110001001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056320; }

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

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

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

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

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

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

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

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