#056221

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

Shades of Crusoe #056221

Tints of Crusoe #056221

Color information

#056221 (or 0x056221) is unknown color: approx Crusoe. HEX triplet: 05, 62 and 21. RGB value is (5,98,33). Sum of RGB (Red+Green+Blue) = 5+98+33=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 98 (38.67% from 255 or 72.06% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 98 - color contains mainly: green. Hex color #056221 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056221 is #FA9DDE. Grayscale: #3E3E3E. Windows color (decimal): -16424415 or 2187781. OLE color: 2187781.

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

Color convert

RGB59833-
CMYK0.9500.660.62
HSL138.06º90.29%20.2%-
HSV(B)138.06º94.9%38.43%-
XYZ4.78.882.9-
YUV62.78111.1986.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.68%
GREEN value IS 98 (38.67% from 255) = 72.06%
BLUE value IS 33 (13.28% from 255) = 24.26%
R=3.68%
G=72.06%
B=24.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal598330.9500.660.62138.0690.2920.2
Hex562215F0423E8a5a14
Octal51424113701027621213224
Binary101110001010000110111110100001011111010001010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056221; }

 p { color: rgb(5,98,33); }

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

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

 a { background-color: rgb(5,98,33); }

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

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

 span { border-color: rgb(5,98,33); }

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