#057024

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

Shades of Crusoe #057024

Tints of Crusoe #057024

Color information

#057024 (or 0x057024) is unknown color: approx Crusoe. HEX triplet: 05, 70 and 24. RGB value is (5,112,36). Sum of RGB (Red+Green+Blue) = 5+112+36=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 112 (44.14% from 255 or 73.20% from 153); Blue value is 36 (14.45% from 255 or 23.53% from 153); Max value from RGB is 112 - color contains mainly: green. Hex color #057024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057024 is #FA8FDB. Grayscale: #474747. Windows color (decimal): -16420828 or 2387973. OLE color: 2387973.

HSL color Cylindrical-coordinate representation of color #057024: hue angle of 137.38º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057024 is Cyan = 0.96, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB511236-
CMYK0.9600.680.56
HSL137.38º91.45%22.94%-
HSV(B)137.38º95.54%43.92%-
XYZ6.1811.753.61-
YUV71.34108.0580.68-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.27%
GREEN value IS 112 (44.14% from 255) = 73.20%
BLUE value IS 36 (14.45% from 255) = 23.53%
R=3.27%
G=73.20%
B=23.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5112360.9600.680.56137.3891.4522.94
Hex570246004438895b17
Octal51604414001047021113327
Binary101111000010010011000000100010011100010001001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057024; }

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

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

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

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

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

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

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

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