#057214

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

Shades of Green #057214

Tints of Green #057214

Color information

#057214 (or 0x057214) is unknown color: approx Green. HEX triplet: 05, 72 and 14. RGB value is (5,114,20). Sum of RGB (Red+Green+Blue) = 5+114+20=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 114 (44.92% from 255 or 82.01% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 114 - color contains mainly: green. Hex color #057214 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057214 is #FA8DEB. Grayscale: #464646. Windows color (decimal): -16420332 or 1339909. OLE color: 1339909.

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

Color convert

RGB511420-
CMYK0.9600.820.55
HSL128.26º91.6%23.33%-
HSV(B)128.26º95.61%44.71%-
XYZ6.2112.122.67-
YUV70.6999.3981.14-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.60%
GREEN value IS 114 (44.92% from 255) = 82.01%
BLUE value IS 20 (8.20% from 255) = 14.39%
R=3.60%
G=82.01%
B=14.39%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5114200.9600.820.55128.2691.623.33
Hex572146005237805c17
Octal51622414001226720013427
Binary10111100101010011000000101001011011110000000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057214; }

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

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

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

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

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

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

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

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