#056922

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

Shades of Crusoe #056922

Tints of Crusoe #056922

Color information

#056922 (or 0x056922) is unknown color: approx Crusoe. HEX triplet: 05, 69 and 22. RGB value is (5,105,34). Sum of RGB (Red+Green+Blue) = 5+105+34=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 105 (41.41% from 255 or 72.92% from 144); Blue value is 34 (13.67% from 255 or 23.61% from 144); Max value from RGB is 105 - color contains mainly: green. Hex color #056922 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056922 is #FA96DD. Grayscale: #434343. Windows color (decimal): -16422622 or 2255109. OLE color: 2255109.

HSL color Cylindrical-coordinate representation of color #056922: hue angle of 137.4º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056922 is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB510534-
CMYK0.9500.680.59
HSL137.4º90.91%21.57%-
HSV(B)137.4º95.24%41.18%-
XYZ5.410.253.21-
YUV67.01109.3783.77-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.47%
GREEN value IS 105 (41.41% from 255) = 72.92%
BLUE value IS 34 (13.67% from 255) = 23.61%
R=3.47%
G=72.92%
B=23.61%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5105340.9500.680.59137.490.9121.57
Hex569225F0443B895b16
Octal51514213701047321113326
Binary101110100110001010111110100010011101110001001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056922; }

 p { color: rgb(5,105,34); }

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

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

 a { background-color: rgb(5,105,34); }

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

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

 span { border-color: rgb(5,105,34); }

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