#057814

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

Shades of Green #057814

Tints of Green #057814

Color information

#057814 (or 0x057814) is unknown color: approx Green. HEX triplet: 05, 78 and 14. RGB value is (5,120,20). Sum of RGB (Red+Green+Blue) = 5+120+20=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 120 (47.27% from 255 or 82.76% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 120 - color contains mainly: green. Hex color #057814 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057814 is #FA87EB. Grayscale: #4A4A4A. Windows color (decimal): -16418796 or 1341445. OLE color: 1341445.

HSL color Cylindrical-coordinate representation of color #057814: hue angle of 127.83º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057814 is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB512020-
CMYK0.9600.830.53
HSL127.83º92%24.51%-
HSV(B)127.83º95.83%47.06%-
XYZ6.9113.522.91-
YUV74.2297.478.63-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.45%
GREEN value IS 120 (47.27% from 255) = 82.76%
BLUE value IS 20 (8.20% from 255) = 13.79%
R=3.45%
G=82.76%
B=13.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5120200.9600.830.53127.839224.51
Hex578146005335805c19
Octal51702414001236520013431
Binary10111110001010011000000101001111010110000000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057814; }

 p { color: rgb(5,120,20); }

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

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

 a { background-color: rgb(5,120,20); }

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

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

 span { border-color: rgb(5,120,20); }

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