Html Css Color HEX #5E9577 Patina

📋 copy color: '#5E9577'

red 94 ◦ green 149 ◦ blue 119

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

Shades of Patina #5E9577

Tints of Patina #5E9577

RGB

 RED value IS 94 (37.11% from 255) = 25.97%

 GREEN value IS 149 (58.59% from 255) = 41.16%

 BLUE value IS 119 (46.88% from 255) = 32.87%

R = 25.97%
G = 41.16%
B = 32.87%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#5E9577 (or 0x5E9577) is known color: Patina. HEX triplet: 5E, 95 and 77. RGB value is (94,149,119). Sum of RGB (Red+Green+Blue) = 94+149+119=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 149 - color contains mainly: green. Hex color #5E9577 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9577 is #A16A88. Grayscale: #818181. Windows color (decimal): -10578569 or 7837022. OLE color: 7837022.

HSL color Cylindrical-coordinate representation of color #5E9577: hue angle of 147.27º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E9577 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 94 149 119 -
CMYK 0.37 0 0.20 0.42
HSL 147.27º 0.23% 0.48% -
HSV(B) 147.27º 0.37% 0.58% -
XYZ 18.69 25.21 21.33 -
YUV 129.14 122.28 102.94 -
System Red Green Blue C M Y K H S L
Decimal 94 149 119 0.37 0 0.20 0.42 147.27 0.23 0.48
Hex 5E 95 77 25 0 14 2A 93 17 30
Octal 136 225 167 45 0 24 52 223 27 60
Binary 1011110 10010101 1110111 100101 0 10100 101010 10010011 10111 110000

Color Harmonies of #5E9577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9577

Black with #5E9577

Text Example


Text Example

White with #5E9577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E9577; }

 p { color: rgb(94,149,119); }

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

background-color css

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

 a { background-color: rgb(94,149,119); }

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

border-color css

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

 span { border-color: rgb(94,149,119); }

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