Html Css Color HEX #058532 Dark Spring Green

📋 copy color: '#058532'

red 5 ◦ green 133 ◦ blue 50

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

Shades of Dark Spring Green #058532

Tints of Dark Spring Green #058532

RGB

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

 GREEN value IS 133 (52.34% from 255) = 70.74%

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

R = 2.66%
G = 70.74%
B = 26.6%

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

#058532 (or 0x058532) is known color: Dark Spring Green. HEX triplet: 05, 85 and 32. RGB value is (5,133,50). Sum of RGB (Red+Green+Blue) = 5+133+50=188 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.66% from 188); Green value is 133 (52.34% from 255 or 70.74% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 133 - color contains mainly: green. Hex color #058532 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058532 is #FA7ACD. Grayscale: #555555. Windows color (decimal): -16415438 or 3310853. OLE color: 3310853.

HSL color Cylindrical-coordinate representation of color #058532: hue angle of 141.09º 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 #058532 is Cyan = 0.96, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 133 50 -
CMYK 0.96 0 0.62 0.48
HSL 141.09º 0.93% 0.27% -
HSV(B) 141.09º 0.96% 0.52% -
XYZ 9.03 17.04 5.83 -
YUV 85.27 108.09 70.75 -
System Red Green Blue C M Y K H S L
Decimal 5 133 50 0.96 0 0.62 0.48 141.09 0.93 0.27
Hex 5 85 32 60 0 3E 30 8D 5D 1B
Octal 5 205 62 140 0 76 60 215 135 33
Binary 101 10000101 110010 1100000 0 111110 110000 10001101 1011101 11011

Color Harmonies of #058532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058532

Black with #058532

Text Example


Text Example

White with #058532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058532; }

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

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

background-color css

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

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

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

border-color css

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

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

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