#057524

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

Shades of Crusoe #057524

Tints of Crusoe #057524

Color information

#057524 (or 0x057524) is unknown color: approx Crusoe. HEX triplet: 05, 75 and 24. RGB value is (5,117,36). Sum of RGB (Red+Green+Blue) = 5+117+36=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 117 (46.09% from 255 or 74.05% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 117 - color contains mainly: green. Hex color #057524 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057524 is #FA8ADB. Grayscale: #4A4A4A. Windows color (decimal): -16419548 or 2389253. OLE color: 2389253.

HSL color Cylindrical-coordinate representation of color #057524: hue angle of 136.61º 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 #057524 is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB511736-
CMYK0.9600.690.54
HSL136.61º91.8%23.92%-
HSV(B)136.61º95.73%45.88%-
XYZ6.7412.883.8-
YUV74.28106.3978.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.16%
GREEN value IS 117 (46.09% from 255) = 74.05%
BLUE value IS 36 (14.45% from 255) = 22.78%
R=3.16%
G=74.05%
B=22.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5117360.9600.690.54136.6191.823.92
Hex575246004536895c18
Octal51654414001056621113430
Binary101111010110010011000000100010111011010001001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057524; }

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

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

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

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

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

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

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

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