Html Css Color HEX #058400 Green

📋 copy color: '#058400'

red 5 ◦ green 132 ◦ blue 0

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

Shades of Green #058400

Tints of Green #058400

RGB

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

 GREEN value IS 132 (51.95% from 255) = 96.35%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 3.65%
G = 96.35%
B = 0%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#058400 (or 0x058400) is known color: Green. HEX triplet: 05, 84 and 00. RGB value is (5,132,0). Sum of RGB (Red+Green+Blue) = 5+132+0=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 132 (51.95% from 255 or 96.35% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 132 - color contains mainly: green. Hex color #058400 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058400 is #FA7BFF. Grayscale: #4F4F4F. Windows color (decimal): -16415744 or 33797. OLE color: 33797.

HSL color Cylindrical-coordinate representation of color #058400: hue angle of 117.73º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #058400 is Cyan = 0.96, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 132 0 -
CMYK 0.96 0 1 0.48
HSL 117.73º 1% 0.26% -
HSV(B) 117.73º 1% 0.52% -
XYZ 8.31 16.53 2.75 -
YUV 78.98 83.42 75.23 -
System Red Green Blue C M Y K H S L
Decimal 5 132 0 0.96 0 1 0.48 117.73 1 0.26
Hex 5 84 0 60 0 64 30 76 64 1A
Octal 5 204 0 140 0 144 60 166 144 32
Binary 101 10000100 0 1100000 0 1100100 110000 1110110 1100100 11010

Color Harmonies of #058400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058400

Black with #058400

Text Example


Text Example

White with #058400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058400; }

 p { color: rgb(5,132,0); }

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

background-color css

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

 a { background-color: rgb(5,132,0); }

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

border-color css

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

 span { border-color: rgb(5,132,0); }

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