#057F13

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

Shades of Green #057F13

Tints of Green #057F13

Color information

#057F13 (or 0x057F13) is unknown color: approx Green. HEX triplet: 05, 7F and 13. RGB value is (5,127,19). Sum of RGB (Red+Green+Blue) = 5+127+19=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 127 (50% from 255 or 84.11% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 127 - color contains mainly: green. Hex color #057F13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057F13 is #FA80EC. Grayscale: #4E4E4E. Windows color (decimal): -16417005 or 1277701. OLE color: 1277701.

HSL color Cylindrical-coordinate representation of color #057F13: hue angle of 126.89º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057F13 is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB512719-
CMYK0.9600.850.50
HSL126.89º92.42%25.88%-
HSV(B)126.89º96.06%49.8%-
XYZ7.7715.263.15-
YUV78.2194.5875.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.31%
GREEN value IS 127 (50% from 255) = 84.11%
BLUE value IS 19 (7.81% from 255) = 12.58%
R=3.31%
G=84.11%
B=12.58%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5127190.9600.850.50126.8992.4225.88
Hex57F1360055327f5c1a
Octal51772314001256217713432
Binary1011111111100111100000010101011100101111111101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057F13; }

 p { color: rgb(5,127,19); }

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

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

 a { background-color: rgb(5,127,19); }

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

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

 span { border-color: rgb(5,127,19); }

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