Html Css Color HEX #5E947E Patina

📋 copy color: '#5E947E'

red 94 ◦ green 148 ◦ blue 126

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

Shades of Patina #5E947E

Tints of Patina #5E947E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 40.22%

 BLUE value IS 126 (49.61% from 255) = 34.24%

R = 25.54%
G = 40.22%
B = 34.24%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#5E947E (or 0x5E947E) is known color: Patina. HEX triplet: 5E, 94 and 7E. RGB value is (94,148,126). Sum of RGB (Red+Green+Blue) = 94+148+126=368 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.54% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 148 - color contains mainly: green. Hex color #5E947E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E947E is #A16B81. Grayscale: #818181. Windows color (decimal): -10578818 or 8295518. OLE color: 8295518.

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

Color convert

RGB 94 148 126 -
CMYK 0.36 0 0.15 0.42
HSL 155.56º 0.22% 0.47% -
HSV(B) 155.56º 0.36% 0.58% -
XYZ 18.97 25.07 23.58 -
YUV 129.35 126.11 102.79 -
System Red Green Blue C M Y K H S L
Decimal 94 148 126 0.36 0 0.15 0.42 155.56 0.22 0.47
Hex 5E 94 7E 24 0 F 2A 9C 16 2F
Octal 136 224 176 44 0 17 52 234 26 57
Binary 1011110 10010100 1111110 100100 0 1111 101010 10011100 10110 101111

Color Harmonies of #5E947E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E947E

Black with #5E947E

Text Example


Text Example

White with #5E947E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,148,126); }

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

background-color css

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

 a { background-color: rgb(94,148,126); }

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

border-color css

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

 span { border-color: rgb(94,148,126); }

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