Html Css Color HEX #5E9379 Patina

📋 copy color: '#5E9379'

red 94 ◦ green 147 ◦ blue 121

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

Shades of Patina #5E9379

Tints of Patina #5E9379

RGB

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

 GREEN value IS 147 (57.81% from 255) = 40.61%

 BLUE value IS 121 (47.66% from 255) = 33.43%

R = 25.97%
G = 40.61%
B = 33.43%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#5E9379 (or 0x5E9379) is known color: Patina. HEX triplet: 5E, 93 and 79. RGB value is (94,147,121). Sum of RGB (Red+Green+Blue) = 94+147+121=362 (47% of max value = 765). Red value is 94 (37.11% from 255 or 25.97% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 147 - color contains mainly: green. Hex color #5E9379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9379 is #A16C86. Grayscale: #808080. Windows color (decimal): -10579079 or 7967582. OLE color: 7967582.

HSL color Cylindrical-coordinate representation of color #5E9379: hue angle of 150.57º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E9379 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 94 147 121 -
CMYK 0.36 0 0.18 0.42
HSL 150.57º 0.22% 0.47% -
HSV(B) 150.57º 0.36% 0.58% -
XYZ 18.5 24.63 21.87 -
YUV 128.19 123.94 103.61 -
System Red Green Blue C M Y K H S L
Decimal 94 147 121 0.36 0 0.18 0.42 150.57 0.22 0.47
Hex 5E 93 79 24 0 12 2A 97 16 2F
Octal 136 223 171 44 0 22 52 227 26 57
Binary 1011110 10010011 1111001 100100 0 10010 101010 10010111 10110 101111

Color Harmonies of #5E9379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9379

Black with #5E9379

Text Example


Text Example

White with #5E9379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,147,121); }

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

background-color css

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

 a { background-color: rgb(94,147,121); }

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

border-color css

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

 span { border-color: rgb(94,147,121); }

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