#05813D

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

Shades of Dark Spring Green #05813D

Tints of Dark Spring Green #05813D

Color information

#05813D (or 0x05813D) is unknown color: approx Dark Spring Green. HEX triplet: 05, 81 and 3D. RGB value is (5,129,61). Sum of RGB (Red+Green+Blue) = 5+129+61=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 129 (50.78% from 255 or 66.15% from 195); Blue value is 61 (24.22% from 255 or 31.28% from 195); Max value from RGB is 129 - color contains mainly: green. Hex color #05813D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05813D is #FA7EC2. Grayscale: #545454. Windows color (decimal): -16416451 or 4030725. OLE color: 4030725.

HSL color Cylindrical-coordinate representation of color #05813D: hue angle of 147.1º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05813D is Cyan = 0.96, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB512961-
CMYK0.9600.530.49
HSL147.1º92.54%26.27%-
HSV(B)147.1º96.12%50.59%-
XYZ8.7616.077.06-
YUV84.17114.9271.53-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.56%
GREEN value IS 129 (50.78% from 255) = 66.15%
BLUE value IS 61 (24.22% from 255) = 31.28%
R=2.56%
G=66.15%
B=31.28%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5129610.9600.530.49147.192.5426.27
Hex5813D6003531935d1a
Octal5201751400656122313532
Binary101100000011111011100000011010111000110010011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05813D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05813D; }

 p { color: rgb(5,129,61); }

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

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

 a { background-color: rgb(5,129,61); }

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

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

 span { border-color: rgb(5,129,61); }

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