#05863A

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

Shades of Dark Spring Green #05863A

Tints of Dark Spring Green #05863A

Color information

#05863A (or 0x05863A) is unknown color: approx Dark Spring Green. HEX triplet: 05, 86 and 3A. RGB value is (5,134,58). Sum of RGB (Red+Green+Blue) = 5+134+58=197 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.54% from 197); Green value is 134 (52.73% from 255 or 68.02% from 197); Blue value is 58 (23.05% from 255 or 29.44% from 197); Max value from RGB is 134 - color contains mainly: green. Hex color #05863A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #05863A is #FA79C5. Grayscale: #565656. Windows color (decimal): -16415174 or 3835397. OLE color: 3835397.

HSL color Cylindrical-coordinate representation of color #05863A: hue angle of 144.65º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05863A is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB513458-
CMYK0.9600.570.47
HSL144.65º92.81%27.25%-
HSV(B)144.65º96.27%52.55%-
XYZ9.3517.396.87-
YUV86.76111.7669.68-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.54%
GREEN value IS 134 (52.73% from 255) = 68.02%
BLUE value IS 58 (23.05% from 255) = 29.44%
R=2.54%
G=68.02%
B=29.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5134580.9600.570.47144.6592.8127.25
Hex5863A600392F915d1b
Octal5206721400715722113533
Binary101100001101110101100000011100110111110010001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05863A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05863A; }

 p { color: rgb(5,134,58); }

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

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

 a { background-color: rgb(5,134,58); }

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

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

 span { border-color: rgb(5,134,58); }

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