Html Css Color HEX #5C9178 Patina

📋 copy color: '#5C9178'

red 92 ◦ green 145 ◦ blue 120

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

Shades of Patina #5C9178

Tints of Patina #5C9178

RGB

 RED value IS 92 (36.33% from 255) = 25.77%

 GREEN value IS 145 (57.03% from 255) = 40.62%

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

R = 25.77%
G = 40.62%
B = 33.61%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#5C9178 (or 0x5C9178) is known color: Patina. HEX triplet: 5C, 91 and 78. RGB value is (92,145,120). Sum of RGB (Red+Green+Blue) = 92+145+120=357 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.77% from 357); Green value is 145 (57.03% from 255 or 40.62% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 145 - color contains mainly: green. Hex color #5C9178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9178 is #A36E87. Grayscale: #7E7E7E. Windows color (decimal): -10710664 or 7901532. OLE color: 7901532.

HSL color Cylindrical-coordinate representation of color #5C9178: hue angle of 151.7º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C9178 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 92 145 120 -
CMYK 0.37 0 0.17 0.43
HSL 151.7º 0.22% 0.46% -
HSV(B) 151.7º 0.37% 0.57% -
XYZ 17.93 23.88 21.43 -
YUV 126.3 124.44 103.53 -
System Red Green Blue C M Y K H S L
Decimal 92 145 120 0.37 0 0.17 0.43 151.7 0.22 0.46
Hex 5C 91 78 25 0 11 2B 98 16 2E
Octal 134 221 170 45 0 21 53 230 26 56
Binary 1011100 10010001 1111000 100101 0 10001 101011 10011000 10110 101110

Color Harmonies of #5C9178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C9178

Black with #5C9178

Text Example


Text Example

White with #5C9178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,145,120); }

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

background-color css

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

 a { background-color: rgb(92,145,120); }

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

border-color css

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

 span { border-color: rgb(92,145,120); }

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