Html Css Color HEX #058204 Green

📋 copy color: '#058204'

red 5 ◦ green 130 ◦ blue 4

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

Shades of Green #058204

Tints of Green #058204

RGB

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

 GREEN value IS 130 (51.17% from 255) = 93.53%

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

R = 3.6%
G = 93.53%
B = 2.88%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#058204 (or 0x058204) is known color: Green. HEX triplet: 05, 82 and 04. RGB value is (5,130,4). Sum of RGB (Red+Green+Blue) = 5+130+4=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 130 (51.17% from 255 or 93.53% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 130 - color contains mainly: green. Hex color #058204 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058204 is #FA7DFB. Grayscale: #4E4E4E. Windows color (decimal): -16416252 or 295429. OLE color: 295429.

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

Color convert

RGB 5 130 4 -
CMYK 0.96 0 0.97 0.49
HSL 119.52º 0.94% 0.26% -
HSV(B) 119.52º 0.97% 0.51% -
XYZ 8.07 16.01 2.78 -
YUV 78.26 86.09 75.75 -
System Red Green Blue C M Y K H S L
Decimal 5 130 4 0.96 0 0.97 0.49 119.52 0.94 0.26
Hex 5 82 4 60 0 61 31 78 5E 1A
Octal 5 202 4 140 0 141 61 170 136 32
Binary 101 10000010 100 1100000 0 1100001 110001 1111000 1011110 11010

Color Harmonies of #058204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058204

Black with #058204

Text Example


Text Example

White with #058204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058204; }

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

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

background-color css

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

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

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

border-color css

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

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

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