#057037

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

Shades of Jewel #057037

Tints of Jewel #057037

Color information

#057037 (or 0x057037) is unknown color: approx Jewel. HEX triplet: 05, 70 and 37. RGB value is (5,112,55). Sum of RGB (Red+Green+Blue) = 5+112+55=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 112 (44.14% from 255 or 65.12% from 172); Blue value is 55 (21.88% from 255 or 31.98% from 172); Max value from RGB is 112 - color contains mainly: green. Hex color #057037 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057037 is #FA8FC8. Grayscale: #494949. Windows color (decimal): -16420809 or 3633157. OLE color: 3633157.

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

Color convert

RGB511255-
CMYK0.9600.510.56
HSL148.04º91.45%22.94%-
HSV(B)148.04º95.54%43.92%-
XYZ6.5511.95.57-
YUV73.51117.5579.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.91%
GREEN value IS 112 (44.14% from 255) = 65.12%
BLUE value IS 55 (21.88% from 255) = 31.98%
R=2.91%
G=65.12%
B=31.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5112550.9600.510.56148.0491.4522.94
Hex570376003338945b17
Octal5160671400637022413327
Binary10111100001101111100000011001111100010010100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057037; }

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

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

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

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

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

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

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

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