Html Css Color HEX #058932 Dark Spring Green

📋 copy color: '#058932'

red 5 ◦ green 137 ◦ blue 50

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

Shades of Dark Spring Green #058932

Tints of Dark Spring Green #058932

RGB

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

 GREEN value IS 137 (53.91% from 255) = 71.35%

 BLUE value IS 50 (19.92% from 255) = 26.04%

R = 2.6%
G = 71.35%
B = 26.04%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#058932 (or 0x058932) is known color: Dark Spring Green. HEX triplet: 05, 89 and 32. RGB value is (5,137,50). Sum of RGB (Red+Green+Blue) = 5+137+50=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 137 (53.91% from 255 or 71.35% from 192); Blue value is 50 (19.92% from 255 or 26.04% from 192); Max value from RGB is 137 - color contains mainly: green. Hex color #058932 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058932 is #FA76CD. Grayscale: #575757. Windows color (decimal): -16414414 or 3311877. OLE color: 3311877.

HSL color Cylindrical-coordinate representation of color #058932: hue angle of 140.45º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058932 is Cyan = 0.96, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 137 50 -
CMYK 0.96 0 0.64 0.46
HSL 140.45º 0.93% 0.28% -
HSV(B) 140.45º 0.96% 0.54% -
XYZ 9.58 18.15 6.02 -
YUV 87.61 106.77 69.07 -
System Red Green Blue C M Y K H S L
Decimal 5 137 50 0.96 0 0.64 0.46 140.45 0.93 0.28
Hex 5 89 32 60 0 40 2E 8C 5D 1C
Octal 5 211 62 140 0 100 56 214 135 34
Binary 101 10001001 110010 1100000 0 1000000 101110 10001100 1011101 11100

Color Harmonies of #058932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058932

Black with #058932

Text Example


Text Example

White with #058932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058932; }

 p { color: rgb(5,137,50); }

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

background-color css

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

 a { background-color: rgb(5,137,50); }

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

border-color css

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

 span { border-color: rgb(5,137,50); }

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