Html Css Color HEX #057434 Dark Spring Green

📋 copy color: '#057434'

red 5 ◦ green 116 ◦ blue 52

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

Shades of Dark Spring Green #057434

Tints of Dark Spring Green #057434

RGB

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

 GREEN value IS 116 (45.7% from 255) = 67.05%

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

R = 2.89%
G = 67.05%
B = 30.06%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#057434 (or 0x057434) is known color: Dark Spring Green. HEX triplet: 05, 74 and 34. RGB value is (5,116,52). Sum of RGB (Red+Green+Blue) = 5+116+52=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 116 (45.70% from 255 or 67.05% from 173); Blue value is 52 (20.70% from 255 or 30.06% from 173); Max value from RGB is 116 - color contains mainly: green. Hex color #057434 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057434 is #FA8BCB. Grayscale: #4B4B4B. Windows color (decimal): -16419788 or 3437573. OLE color: 3437573.

HSL color Cylindrical-coordinate representation of color #057434: hue angle of 145.41º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057434 is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 116 52 -
CMYK 0.96 0 0.55 0.55
HSL 145.41º 0.92% 0.24% -
HSV(B) 145.41º 0.96% 0.45% -
XYZ 6.93 12.77 5.35 -
YUV 75.52 114.73 77.7 -
System Red Green Blue C M Y K H S L
Decimal 5 116 52 0.96 0 0.55 0.55 145.41 0.92 0.24
Hex 5 74 34 60 0 37 37 91 5C 18
Octal 5 164 64 140 0 67 67 221 134 30
Binary 101 1110100 110100 1100000 0 110111 110111 10010001 1011100 11000

Color Harmonies of #057434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057434

Black with #057434

Text Example


Text Example

White with #057434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057434; }

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

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

background-color css

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

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

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

border-color css

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

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

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