#058531

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

Shades of Dark Spring Green #058531

Tints of Dark Spring Green #058531

Color information

#058531 (or 0x058531) is unknown color: approx Dark Spring Green. HEX triplet: 05, 85 and 31. RGB value is (5,133,49). Sum of RGB (Red+Green+Blue) = 5+133+49=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 133 (52.34% from 255 or 71.12% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 133 - color contains mainly: green. Hex color #058531 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058531 is #FA7ACE. Grayscale: #555555. Windows color (decimal): -16415439 or 3245317. OLE color: 3245317.

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

Color convert

RGB513349-
CMYK0.9600.630.48
HSL140.62º92.75%27.06%-
HSV(B)140.62º96.24%52.16%-
XYZ917.035.72-
YUV85.15107.5970.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.67%
GREEN value IS 133 (52.34% from 255) = 71.12%
BLUE value IS 49 (19.53% from 255) = 26.20%
R=2.67%
G=71.12%
B=26.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5133490.9600.630.48140.6292.7527.06
Hex585316003F308d5d1b
Octal5205611400776021513533
Binary101100001011100011100000011111111000010001101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058531; }

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

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

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

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

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

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

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

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