#058332

Color #058332 Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #058332

Tints of Dark Spring Green #058332

Color information

#058332 (or 0x058332) is unknown color: approx Dark Spring Green. HEX triplet: 05, 83 and 32. RGB value is (5,131,50). Sum of RGB (Red+Green+Blue) = 5+131+50=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 131 (51.56% from 255 or 70.43% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 131 - color contains mainly: green. Hex color #058332 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058332 is #FA7CCD. Grayscale: #545454. Windows color (decimal): -16415950 or 3310341. OLE color: 3310341.

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

Color convert

RGB513150-
CMYK0.9600.620.49
HSL141.43º92.65%26.67%-
HSV(B)141.43º96.18%51.37%-
XYZ8.7516.55.74-
YUV84.09108.7671.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.69%
GREEN value IS 131 (51.56% from 255) = 70.43%
BLUE value IS 50 (19.92% from 255) = 26.88%
R=2.69%
G=70.43%
B=26.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5131500.9600.620.49141.4392.6526.67
Hex583326003E318d5d1b
Octal5203621400766121513533
Binary101100000111100101100000011111011000110001101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058332; }

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

 H1.HeaderClassName
 {
   color: #058332;
 }
 .AnyTagClassName
 {
   color: #058332;
 }
</style>
background-color css

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

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

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

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

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

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