Html Css Color HEX #058634 Dark Spring Green

📋 copy color: '#058634'

red 5 ◦ green 134 ◦ blue 52

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

Shades of Dark Spring Green #058634

Tints of Dark Spring Green #058634

RGB

 RED value IS 5 (2.34% from 255) = 2.62%

 GREEN value IS 134 (52.73% from 255) = 70.16%

 BLUE value IS 52 (20.7% from 255) = 27.23%

R = 2.62%
G = 70.16%
B = 27.23%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#058634 (or 0x058634) is known color: Dark Spring Green. HEX triplet: 05, 86 and 34. RGB value is (5,134,52). Sum of RGB (Red+Green+Blue) = 5+134+52=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 134 (52.73% from 255 or 70.16% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 134 - color contains mainly: green. Hex color #058634 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058634 is #FA79CB. Grayscale: #565656. Windows color (decimal): -16415180 or 3442181. OLE color: 3442181.

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

Color convert

RGB 5 134 52 -
CMYK 0.96 0 0.61 0.47
HSL 141.86º 0.93% 0.27% -
HSV(B) 141.86º 0.96% 0.53% -
XYZ 9.21 17.33 6.11 -
YUV 86.08 108.76 70.17 -
System Red Green Blue C M Y K H S L
Decimal 5 134 52 0.96 0 0.61 0.47 141.86 0.93 0.27
Hex 5 86 34 60 0 3D 2F 8E 5D 1B
Octal 5 206 64 140 0 75 57 216 135 33
Binary 101 10000110 110100 1100000 0 111101 101111 10001110 1011101 11011

Color Harmonies of #058634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058634

Black with #058634

Text Example


Text Example

White with #058634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058634; }

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

 H1.HeaderClassName
 {
   color: #058634;
 }
 .AnyTagClassName
 {
   color: #058634;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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