#057040

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

Shades of Jewel #057040

Tints of Jewel #057040

Color information

#057040 (or 0x057040) is unknown color: approx Jewel. HEX triplet: 05, 70 and 40. RGB value is (5,112,64). Sum of RGB (Red+Green+Blue) = 5+112+64=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 112 (44.14% from 255 or 61.88% from 181); Blue value is 64 (25.39% from 255 or 35.36% from 181); Max value from RGB is 112 - color contains mainly: green. Hex color #057040 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057040 is #FA8FBF. Grayscale: #4A4A4A. Windows color (decimal): -16420800 or 4222981. OLE color: 4222981.

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

Color convert

RGB511264-
CMYK0.9600.430.56
HSL153.08º91.45%22.94%-
HSV(B)153.08º95.54%43.92%-
XYZ6.7811.996.81-
YUV74.54122.0578.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.76%
GREEN value IS 112 (44.14% from 255) = 61.88%
BLUE value IS 64 (25.39% from 255) = 35.36%
R=2.76%
G=61.88%
B=35.36%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5112640.9600.430.56153.0891.4522.94
Hex570406002B38995b17
Octal51601001400537023113327
Binary101111000010000001100000010101111100010011001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057040; }

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

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

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

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

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

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

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

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