#058438

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

Shades of Dark Spring Green #058438

Tints of Dark Spring Green #058438

Color information

#058438 (or 0x058438) is unknown color: approx Dark Spring Green. HEX triplet: 05, 84 and 38. RGB value is (5,132,56). Sum of RGB (Red+Green+Blue) = 5+132+56=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 132 (51.95% from 255 or 68.39% from 193); Blue value is 56 (22.27% from 255 or 29.02% from 193); Max value from RGB is 132 - color contains mainly: green. Hex color #058438 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058438 is #FA7BC7. Grayscale: #555555. Windows color (decimal): -16415688 or 3703813. OLE color: 3703813.

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

Color convert

RGB513256-
CMYK0.9600.580.48
HSL144.09º92.7%26.86%-
HSV(B)144.09º96.21%51.76%-
XYZ9.0316.826.51-
YUV85.36111.4270.68-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.59%
GREEN value IS 132 (51.95% from 255) = 68.39%
BLUE value IS 56 (22.27% from 255) = 29.02%
R=2.59%
G=68.39%
B=29.02%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5132560.9600.580.48144.0992.726.86
Hex584386003A30905d1b
Octal5204701400726022013533
Binary101100001001110001100000011101011000010010000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058438; }

 p { color: rgb(5,132,56); }

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

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

 a { background-color: rgb(5,132,56); }

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

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

 span { border-color: rgb(5,132,56); }

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