Html Css Color HEX #057534 Dark Spring Green

📋 copy color: '#057534'

red 5 ◦ green 117 ◦ blue 52

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

Shades of Dark Spring Green #057534

Tints of Dark Spring Green #057534

RGB

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

 GREEN value IS 117 (46.09% from 255) = 67.24%

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

R = 2.87%
G = 67.24%
B = 29.89%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#057534 (or 0x057534) is known color: Dark Spring Green. HEX triplet: 05, 75 and 34. RGB value is (5,117,52). Sum of RGB (Red+Green+Blue) = 5+117+52=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 117 (46.09% from 255 or 67.24% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 117 - color contains mainly: green. Hex color #057534 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #057534 is #FA8ACB. Grayscale: #4C4C4C. Windows color (decimal): -16419532 or 3437829. OLE color: 3437829.

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

Color convert

RGB 5 117 52 -
CMYK 0.96 0 0.56 0.54
HSL 145.18º 0.92% 0.24% -
HSV(B) 145.18º 0.96% 0.46% -
XYZ 7.04 13 5.39 -
YUV 76.1 114.39 77.29 -
System Red Green Blue C M Y K H S L
Decimal 5 117 52 0.96 0 0.56 0.54 145.18 0.92 0.24
Hex 5 75 34 60 0 38 36 91 5C 18
Octal 5 165 64 140 0 70 66 221 134 30
Binary 101 1110101 110100 1100000 0 111000 110110 10010001 1011100 11000

Color Harmonies of #057534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057534

Black with #057534

Text Example


Text Example

White with #057534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057534; }

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

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

background-color css

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

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

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

border-color css

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

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

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