#058933

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

Shades of Dark Spring Green #058933

Tints of Dark Spring Green #058933

Color information

#058933 (or 0x058933) is unknown color: approx Dark Spring Green. HEX triplet: 05, 89 and 33. RGB value is (5,137,51). Sum of RGB (Red+Green+Blue) = 5+137+51=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 137 (53.91% from 255 or 70.98% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 137 - color contains mainly: green. Hex color #058933 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058933 is #FA76CC. Grayscale: #575757. Windows color (decimal): -16414413 or 3377413. OLE color: 3377413.

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

Color convert

RGB513751-
CMYK0.9600.630.46
HSL140.91º92.96%27.84%-
HSV(B)140.91º96.35%53.73%-
XYZ9.6118.166.13-
YUV87.73107.2768.99-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.59%
GREEN value IS 137 (53.91% from 255) = 70.98%
BLUE value IS 51 (20.31% from 255) = 26.42%
R=2.59%
G=70.98%
B=26.42%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5137510.9600.630.46140.9192.9627.84
Hex589336003F2E8d5d1c
Octal5211631400775621513534
Binary101100010011100111100000011111110111010001101101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058933; }

 p { color: rgb(5,137,51); }

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

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

 a { background-color: rgb(5,137,51); }

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

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

 span { border-color: rgb(5,137,51); }

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