#05813E

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

Shades of Dark Spring Green #05813E

Tints of Dark Spring Green #05813E

Color information

#05813E (or 0x05813E) is unknown color: approx Dark Spring Green. HEX triplet: 05, 81 and 3E. RGB value is (5,129,62). Sum of RGB (Red+Green+Blue) = 5+129+62=196 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.55% from 196); Green value is 129 (50.78% from 255 or 65.82% from 196); Blue value is 62 (24.61% from 255 or 31.63% from 196); Max value from RGB is 129 - color contains mainly: green. Hex color #05813E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05813E is #FA7EC1. Grayscale: #545454. Windows color (decimal): -16416450 or 4096261. OLE color: 4096261.

HSL color Cylindrical-coordinate representation of color #05813E: hue angle of 147.58º 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 #05813E is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB512962-
CMYK0.9600.520.49
HSL147.58º92.54%26.27%-
HSV(B)147.58º96.12%50.59%-
XYZ8.7816.087.2-
YUV84.29115.4271.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.55%
GREEN value IS 129 (50.78% from 255) = 65.82%
BLUE value IS 62 (24.61% from 255) = 31.63%
R=2.55%
G=65.82%
B=31.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5129620.9600.520.49147.5892.5426.27
Hex5813E6003431945d1a
Octal5201761400646122413532
Binary101100000011111101100000011010011000110010100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05813E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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