Html Css Color HEX #058432 Dark Spring Green

📋 copy color: '#058432'

red 5 ◦ green 132 ◦ blue 50

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

Shades of Dark Spring Green #058432

Tints of Dark Spring Green #058432

RGB

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

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

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

R = 2.67%
G = 70.59%
B = 26.74%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#058432 (or 0x058432) is known color: Dark Spring Green. HEX triplet: 05, 84 and 32. RGB value is (5,132,50). Sum of RGB (Red+Green+Blue) = 5+132+50=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 132 (51.95% from 255 or 70.59% from 187); Blue value is 50 (19.92% from 255 or 26.74% from 187); Max value from RGB is 132 - color contains mainly: green. Hex color #058432 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058432 is #FA7BCD. Grayscale: #545454. Windows color (decimal): -16415694 or 3310597. OLE color: 3310597.

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

Color convert

RGB 5 132 50 -
CMYK 0.96 0 0.62 0.48
HSL 141.26º 0.93% 0.27% -
HSV(B) 141.26º 0.96% 0.52% -
XYZ 8.89 16.77 5.79 -
YUV 84.68 108.42 71.17 -
System Red Green Blue C M Y K H S L
Decimal 5 132 50 0.96 0 0.62 0.48 141.26 0.93 0.27
Hex 5 84 32 60 0 3E 30 8D 5D 1B
Octal 5 204 62 140 0 76 60 215 135 33
Binary 101 10000100 110010 1100000 0 111110 110000 10001101 1011101 11011

Color Harmonies of #058432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058432

Black with #058432

Text Example


Text Example

White with #058432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058432; }

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

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

background-color css

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

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

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

border-color css

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

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

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