#057310

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

Shades of Green #057310

Tints of Green #057310

Color information

#057310 (or 0x057310) is unknown color: approx Green. HEX triplet: 05, 73 and 10. RGB value is (5,115,16). Sum of RGB (Red+Green+Blue) = 5+115+16=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 115 (45.31% from 255 or 84.56% from 136); Blue value is 16 (6.64% from 255 or 11.76% from 136); Max value from RGB is 115 - color contains mainly: green. Hex color #057310 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057310 is #FA8CEF. Grayscale: #474747. Windows color (decimal): -16420080 or 1078021. OLE color: 1078021.

HSL color Cylindrical-coordinate representation of color #057310: hue angle of 126º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057310 is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB511516-
CMYK0.9600.860.55
HSL126º91.67%23.53%-
HSV(B)126º95.65%45.1%-
XYZ6.2912.332.54-
YUV70.8297.0681.05-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.68%
GREEN value IS 115 (45.31% from 255) = 84.56%
BLUE value IS 16 (6.64% from 255) = 11.76%
R=3.68%
G=84.56%
B=11.76%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5115160.9600.860.5512691.6723.53
Hex5731060056377e5c18
Octal51632014001266717613430
Binary1011110011100001100000010101101101111111110101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057310; }

 p { color: rgb(5,115,16); }

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

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

 a { background-color: rgb(5,115,16); }

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

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

 span { border-color: rgb(5,115,16); }

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