#057B14

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

Shades of Green #057B14

Tints of Green #057B14

Color information

#057B14 (or 0x057B14) is unknown color: approx Green. HEX triplet: 05, 7B and 14. RGB value is (5,123,20). Sum of RGB (Red+Green+Blue) = 5+123+20=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 123 (48.44% from 255 or 83.11% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 123 - color contains mainly: green. Hex color #057B14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057B14 is #FA84EB. Grayscale: #4C4C4C. Windows color (decimal): -16418028 or 1342213. OLE color: 1342213.

HSL color Cylindrical-coordinate representation of color #057B14: hue angle of 127.63º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057B14 is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB512320-
CMYK0.9600.840.52
HSL127.63º92.19%25.1%-
HSV(B)127.63º95.93%48.24%-
XYZ7.2714.253.03-
YUV75.9896.4177.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.38%
GREEN value IS 123 (48.44% from 255) = 83.11%
BLUE value IS 20 (8.20% from 255) = 13.51%
R=3.38%
G=83.11%
B=13.51%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5123200.9600.840.52127.6392.1925.1
Hex57B146005434805c19
Octal51732414001246420013431
Binary10111110111010011000000101010011010010000000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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