#057522

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

Shades of Crusoe #057522

Tints of Crusoe #057522

Color information

#057522 (or 0x057522) is unknown color: approx Crusoe. HEX triplet: 05, 75 and 22. RGB value is (5,117,34). Sum of RGB (Red+Green+Blue) = 5+117+34=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 117 (46.09% from 255 or 75% from 156); Blue value is 34 (13.67% from 255 or 21.79% from 156); Max value from RGB is 117 - color contains mainly: green. Hex color #057522 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057522 is #FA8ADD. Grayscale: #4A4A4A. Windows color (decimal): -16419550 or 2258181. OLE color: 2258181.

HSL color Cylindrical-coordinate representation of color #057522: hue angle of 135.54º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057522 is Cyan = 0.96, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.54.

Color convert

RGB511734-
CMYK0.9600.710.54
HSL135.54º91.8%23.92%-
HSV(B)135.54º95.73%45.88%-
XYZ6.7112.873.64-
YUV74.05105.3978.75-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.21%
GREEN value IS 117 (46.09% from 255) = 75%
BLUE value IS 34 (13.67% from 255) = 21.79%
R=3.21%
G=75%
B=21.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5117340.9600.710.54135.5491.823.92
Hex575226004736885c18
Octal51654214001076621013430
Binary101111010110001011000000100011111011010001000101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057522; }

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

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

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

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

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

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

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

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