Html Css Color HEX #05863A Dark Spring Green

📋 copy color: '#05863A'

red 5 ◦ green 134 ◦ blue 58

#05863A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Spring Green #05863A

Tints of Dark Spring Green #05863A

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 value IS 0.96

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#05863A (or 0x05863A) is known color: 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

RGB 5 134 58 -
CMYK 0.96 0 0.57 0.47
HSL 144.65º 0.93% 0.27% -
HSV(B) 144.65º 0.96% 0.53% -
XYZ 9.35 17.39 6.87 -
YUV 86.77 111.76 69.68 -
System Red Green Blue C M Y K H S L
Decimal 5 134 58 0.96 0 0.57 0.47 144.65 0.93 0.27
Hex 5 86 3A 60 0 39 2F 91 5D 1B
Octal 5 206 72 140 0 71 57 221 135 33
Binary 101 10000110 111010 1100000 0 111001 101111 10010001 1011101 11011

Color Harmonies of #05863A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05863A

Black with #05863A

Text Example


Text Example

White with #05863A

Text Example


Text Example

HTML Codes & Css Web 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>