#058432

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

Shades of Dark Spring Green #058432

Tints of Dark Spring Green #058432

Color information

#058432 (or 0x058432) is unknown color: approx 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

RGB513250-
CMYK0.9600.620.48
HSL141.26º92.7%26.86%-
HSV(B)141.26º96.21%51.76%-
XYZ8.8916.775.79-
YUV84.68108.4271.17-

RGB Variations

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

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 (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5132500.9600.620.48141.2692.726.86
Hex584326003E308d5d1b
Octal5204621400766021513533
Binary101100001001100101100000011111011000010001101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>