#057127

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

Shades of Crusoe #057127

Tints of Crusoe #057127

Color information

#057127 (or 0x057127) is unknown color: approx Crusoe. HEX triplet: 05, 71 and 27. RGB value is (5,113,39). Sum of RGB (Red+Green+Blue) = 5+113+39=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 113 (44.53% from 255 or 71.97% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 113 - color contains mainly: green. Hex color #057127 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057127 is #FA8ED8. Grayscale: #484848. Windows color (decimal): -16420569 or 2584837. OLE color: 2584837.

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

Color convert

RGB511339-
CMYK0.9600.650.56
HSL138.89º91.53%23.14%-
HSV(B)138.89º95.58%44.31%-
XYZ6.3311.993.9-
YUV72.27109.2280.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.18%
GREEN value IS 113 (44.53% from 255) = 71.97%
BLUE value IS 39 (15.62% from 255) = 24.84%
R=3.18%
G=71.97%
B=24.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5113390.9600.650.56138.8991.5323.14
Hex5712760041388b5c17
Octal51614714001017021313427
Binary101111000110011111000000100000111100010001011101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057127; }

 p { color: rgb(5,113,39); }

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

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

 a { background-color: rgb(5,113,39); }

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

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

 span { border-color: rgb(5,113,39); }

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