#058530

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

Shades of Dark Spring Green #058530

Tints of Dark Spring Green #058530

Color information

#058530 (or 0x058530) is unknown color: approx Dark Spring Green. HEX triplet: 05, 85 and 30. RGB value is (5,133,48). Sum of RGB (Red+Green+Blue) = 5+133+48=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 133 (52.34% from 255 or 71.51% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 133 - color contains mainly: green. Hex color #058530 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058530 is #FA7ACF. Grayscale: #555555. Windows color (decimal): -16415440 or 3179781. OLE color: 3179781.

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

Color convert

RGB513348-
CMYK0.9600.640.48
HSL140.16º92.75%27.06%-
HSV(B)140.16º96.24%52.16%-
XYZ8.9817.025.61-
YUV85.04107.0970.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.69%
GREEN value IS 133 (52.34% from 255) = 71.51%
BLUE value IS 48 (19.14% from 255) = 25.81%
R=2.69%
G=71.51%
B=25.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5133480.9600.640.48140.1692.7527.06
Hex5853060040308c5d1b
Octal52056014001006021413533
Binary1011000010111000011000000100000011000010001100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058530; }

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

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

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

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

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

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

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

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