#058632

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

Shades of Dark Spring Green #058632

Tints of Dark Spring Green #058632

Color information

#058632 (or 0x058632) is unknown color: approx Dark Spring Green. HEX triplet: 05, 86 and 32. RGB value is (5,134,50). Sum of RGB (Red+Green+Blue) = 5+134+50=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 134 (52.73% from 255 or 70.90% from 189); Blue value is 50 (19.92% from 255 or 26.46% from 189); Max value from RGB is 134 - color contains mainly: green. Hex color #058632 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058632 is #FA79CD. Grayscale: #565656. Windows color (decimal): -16415182 or 3311109. OLE color: 3311109.

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

Color convert

RGB513450-
CMYK0.9600.630.47
HSL140.93º92.81%27.25%-
HSV(B)140.93º96.27%52.55%-
XYZ9.1617.315.88-
YUV85.85107.7670.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.65%
GREEN value IS 134 (52.73% from 255) = 70.90%
BLUE value IS 50 (19.92% from 255) = 26.46%
R=2.65%
G=70.90%
B=26.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5134500.9600.630.47140.9392.8127.25
Hex586326003F2F8d5d1b
Octal5206621400775721513533
Binary101100001101100101100000011111110111110001101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058632; }

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

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

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

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

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

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

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

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