Html Css Color HEX #5C917A Patina

📋 copy color: '#5C917A'

red 92 ◦ green 145 ◦ blue 122

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

Shades of Patina #5C917A

Tints of Patina #5C917A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.98%

R = 25.63%
G = 40.39%
B = 33.98%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#5C917A (or 0x5C917A) is known color: Patina. HEX triplet: 5C, 91 and 7A. RGB value is (92,145,122). Sum of RGB (Red+Green+Blue) = 92+145+122=359 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.63% from 359); Green value is 145 (57.03% from 255 or 40.39% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 145 - color contains mainly: green. Hex color #5C917A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C917A is #A36E85. Grayscale: #7E7E7E. Windows color (decimal): -10710662 or 8032604. OLE color: 8032604.

HSL color Cylindrical-coordinate representation of color #5C917A: hue angle of 153.96º 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 #5C917A is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB 92 145 122 -
CMYK 0.37 0 0.16 0.43
HSL 153.96º 0.22% 0.46% -
HSV(B) 153.96º 0.37% 0.57% -
XYZ 18.05 23.93 22.08 -
YUV 126.53 125.44 103.37 -
System Red Green Blue C M Y K H S L
Decimal 92 145 122 0.37 0 0.16 0.43 153.96 0.22 0.46
Hex 5C 91 7A 25 0 10 2B 9A 16 2E
Octal 134 221 172 45 0 20 53 232 26 56
Binary 1011100 10010001 1111010 100101 0 10000 101011 10011010 10110 101110

Color Harmonies of #5C917A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C917A

Black with #5C917A

Text Example


Text Example

White with #5C917A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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