#058A36

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

Shades of Dark Spring Green #058A36

Tints of Dark Spring Green #058A36

Color information

#058A36 (or 0x058A36) is unknown color: approx Dark Spring Green. HEX triplet: 05, 8A and 36. RGB value is (5,138,54). Sum of RGB (Red+Green+Blue) = 5+138+54=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 138 (54.30% from 255 or 70.05% from 197); Blue value is 54 (21.48% from 255 or 27.41% from 197); Max value from RGB is 138 - color contains mainly: green. Hex color #058A36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058A36 is #FA75C9. Grayscale: #585858. Windows color (decimal): -16414154 or 3574277. OLE color: 3574277.

HSL color Cylindrical-coordinate representation of color #058A36: hue angle of 142.11º 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 #058A36 is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB513854-
CMYK0.9600.610.46
HSL142.11º93.01%28.04%-
HSV(B)142.11º96.38%54.12%-
XYZ9.8218.486.54-
YUV88.66108.4468.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.54%
GREEN value IS 138 (54.30% from 255) = 70.05%
BLUE value IS 54 (21.48% from 255) = 27.41%
R=2.54%
G=70.05%
B=27.41%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5138540.9600.610.46142.1193.0128.04
Hex58A366003D2E8e5d1c
Octal5212661400755621613534
Binary101100010101101101100000011110110111010001110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058A36; }

 p { color: rgb(5,138,54); }

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

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

 a { background-color: rgb(5,138,54); }

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

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

 span { border-color: rgb(5,138,54); }

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