Html Css Color HEX #058004 Green

📋 copy color: '#058004'

red 5 ◦ green 128 ◦ blue 4

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

Shades of Green #058004

Tints of Green #058004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.92%

R = 3.65%
G = 93.43%
B = 2.92%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.97

 K value IS 0.50

RGB Variations

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

Color information

#058004 (or 0x058004) is known color: Green. HEX triplet: 05, 80 and 04. RGB value is (5,128,4). Sum of RGB (Red+Green+Blue) = 5+128+4=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 128 (50.39% from 255 or 93.43% from 137); Blue value is 4 (1.95% from 255 or 2.92% from 137); Max value from RGB is 128 - color contains mainly: green. Hex color #058004 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058004 is #FA7FFB. Grayscale: #4D4D4D. Windows color (decimal): -16416764 or 294917. OLE color: 294917.

HSL color Cylindrical-coordinate representation of color #058004: hue angle of 119.52º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058004 is Cyan = 0.96, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 128 4 -
CMYK 0.96 0 0.97 0.50
HSL 119.52º 0.94% 0.26% -
HSV(B) 119.52º 0.97% 0.5% -
XYZ 7.8 15.48 2.69 -
YUV 77.09 86.75 76.58 -
System Red Green Blue C M Y K H S L
Decimal 5 128 4 0.96 0 0.97 0.50 119.52 0.94 0.26
Hex 5 80 4 60 0 61 32 78 5E 1A
Octal 5 200 4 140 0 141 62 170 136 32
Binary 101 10000000 100 1100000 0 1100001 110010 1111000 1011110 11010

Color Harmonies of #058004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058004

Black with #058004

Text Example


Text Example

White with #058004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058004; }

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

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

background-color css

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

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

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

border-color css

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

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

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