Html Css Color HEX #057014 Green

📋 copy color: '#057014'

red 5 ◦ green 112 ◦ blue 20

#057014
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #057014

Tints of Green #057014

RGB

 RED value IS 5 (2.34% from 255) = 3.65%

 GREEN value IS 112 (44.14% from 255) = 81.75%

 BLUE value IS 20 (8.2% from 255) = 14.6%

R = 3.65%
G = 81.75%
B = 14.6%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#057014 (or 0x057014) is known color: Green. HEX triplet: 05, 70 and 14. RGB value is (5,112,20). Sum of RGB (Red+Green+Blue) = 5+112+20=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 112 (44.14% from 255 or 81.75% from 137); Blue value is 20 (8.20% from 255 or 14.60% from 137); Max value from RGB is 112 - color contains mainly: green. Hex color #057014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057014 is #FA8FEB. Grayscale: #454545. Windows color (decimal): -16420844 or 1339397. OLE color: 1339397.

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

Color convert

RGB 5 112 20 -
CMYK 0.96 0 0.82 0.56
HSL 128.41º 0.91% 0.23% -
HSV(B) 128.41º 0.96% 0.44% -
XYZ 5.98 11.67 2.6 -
YUV 69.52 100.05 81.98 -
System Red Green Blue C M Y K H S L
Decimal 5 112 20 0.96 0 0.82 0.56 128.41 0.91 0.23
Hex 5 70 14 60 0 52 38 80 5B 17
Octal 5 160 24 140 0 122 70 200 133 27
Binary 101 1110000 10100 1100000 0 1010010 111000 10000000 1011011 10111

Color Harmonies of #057014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057014

Black with #057014

Text Example


Text Example

White with #057014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057014; }

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

 H1.HeaderClassName
 {
   color: #057014;
 }
 .AnyTagClassName
 {
   color: #057014;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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