#057028

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

Shades of Crusoe #057028

Tints of Crusoe #057028

Color information

#057028 (or 0x057028) is unknown color: approx Crusoe. HEX triplet: 05, 70 and 28. RGB value is (5,112,40). Sum of RGB (Red+Green+Blue) = 5+112+40=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 112 (44.14% from 255 or 71.34% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 112 - color contains mainly: green. Hex color #057028 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057028 is #FA8FD7. Grayscale: #474747. Windows color (decimal): -16420824 or 2650117. OLE color: 2650117.

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

Color convert

RGB511240-
CMYK0.9600.640.56
HSL139.63º91.45%22.94%-
HSV(B)139.63º95.54%43.92%-
XYZ6.2411.773.95-
YUV71.8110.0580.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.18%
GREEN value IS 112 (44.14% from 255) = 71.34%
BLUE value IS 40 (16.02% from 255) = 25.48%
R=3.18%
G=71.34%
B=25.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5112400.9600.640.56139.6391.4522.94
Hex5702860040388c5b17
Octal51605014001007021413327
Binary101111000010100011000000100000011100010001100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057028; }

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

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

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

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

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

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

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

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