Html Css Color HEX #058014 Green

📋 copy color: '#058014'

red 5 ◦ green 128 ◦ blue 20

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

Shades of Green #058014

Tints of Green #058014

RGB

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

 GREEN value IS 128 (50.39% from 255) = 83.66%

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

R = 3.27%
G = 83.66%
B = 13.07%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#058014 (or 0x058014) is known color: Green. HEX triplet: 05, 80 and 14. RGB value is (5,128,20). Sum of RGB (Red+Green+Blue) = 5+128+20=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 128 (50.39% from 255 or 83.66% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 128 - color contains mainly: green. Hex color #058014 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058014 is #FA7FEB. Grayscale: #4F4F4F. Windows color (decimal): -16416748 or 1343493. OLE color: 1343493.

HSL color Cylindrical-coordinate representation of color #058014: hue angle of 127.32º 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 #058014 is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 128 20 -
CMYK 0.96 0 0.84 0.50
HSL 127.32º 0.92% 0.26% -
HSV(B) 127.32º 0.96% 0.5% -
XYZ 7.91 15.52 3.24 -
YUV 78.91 94.75 75.28 -
System Red Green Blue C M Y K H S L
Decimal 5 128 20 0.96 0 0.84 0.50 127.32 0.92 0.26
Hex 5 80 14 60 0 54 32 7F 5C 1A
Octal 5 200 24 140 0 124 62 177 134 32
Binary 101 10000000 10100 1100000 0 1010100 110010 1111111 1011100 11010

Color Harmonies of #058014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058014

Black with #058014

Text Example


Text Example

White with #058014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058014; }

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

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

background-color css

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

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

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

border-color css

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

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

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