Html Css Color HEX #058434 Dark Spring Green

📋 copy color: '#058434'

red 5 ◦ green 132 ◦ blue 52

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

Shades of Dark Spring Green #058434

Tints of Dark Spring Green #058434

RGB

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

 GREEN value IS 132 (51.95% from 255) = 69.84%

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

R = 2.65%
G = 69.84%
B = 27.51%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#058434 (or 0x058434) is known color: Dark Spring Green. HEX triplet: 05, 84 and 34. RGB value is (5,132,52). Sum of RGB (Red+Green+Blue) = 5+132+52=189 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.65% from 189); Green value is 132 (51.95% from 255 or 69.84% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 132 - color contains mainly: green. Hex color #058434 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #058434 is #FA7BCB. Grayscale: #555555. Windows color (decimal): -16415692 or 3441669. OLE color: 3441669.

HSL color Cylindrical-coordinate representation of color #058434: hue angle of 142.2º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058434 is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 132 52 -
CMYK 0.96 0 0.61 0.48
HSL 142.2º 0.93% 0.27% -
HSV(B) 142.2º 0.96% 0.52% -
XYZ 8.93 16.78 6.02 -
YUV 84.91 109.42 71 -
System Red Green Blue C M Y K H S L
Decimal 5 132 52 0.96 0 0.61 0.48 142.2 0.93 0.27
Hex 5 84 34 60 0 3D 30 8E 5D 1B
Octal 5 204 64 140 0 75 60 216 135 33
Binary 101 10000100 110100 1100000 0 111101 110000 10001110 1011101 11011

Color Harmonies of #058434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058434

Black with #058434

Text Example


Text Example

White with #058434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058434; }

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

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

background-color css

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

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

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

border-color css

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

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

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