Html Css Color HEX #5E9378 Patina

📋 copy color: '#5E9378'

red 94 ◦ green 147 ◦ blue 120

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

Shades of Patina #5E9378

Tints of Patina #5E9378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.24%

R = 26.04%
G = 40.72%
B = 33.24%

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

#5E9378 (or 0x5E9378) is known color: Patina. HEX triplet: 5E, 93 and 78. RGB value is (94,147,120). Sum of RGB (Red+Green+Blue) = 94+147+120=361 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.04% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 147 - color contains mainly: green. Hex color #5E9378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9378 is #A16C87. Grayscale: #808080. Windows color (decimal): -10579080 or 7902046. OLE color: 7902046.

HSL color Cylindrical-coordinate representation of color #5E9378: hue angle of 149.43º 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 #5E9378 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 94 147 120 -
CMYK 0.36 0 0.18 0.42
HSL 149.43º 0.22% 0.47% -
HSV(B) 149.43º 0.36% 0.58% -
XYZ 18.44 24.6 21.55 -
YUV 128.08 123.44 103.7 -
System Red Green Blue C M Y K H S L
Decimal 94 147 120 0.36 0 0.18 0.42 149.43 0.22 0.47
Hex 5E 93 78 24 0 12 2A 95 16 2F
Octal 136 223 170 44 0 22 52 225 26 57
Binary 1011110 10010011 1111000 100100 0 10010 101010 10010101 10110 101111

Color Harmonies of #5E9378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E9378

Black with #5E9378

Text Example


Text Example

White with #5E9378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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