#5C917A

Color #5C917A Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #5C917A

Tints of Patina #5C917A

Color information

#5C917A (or 0x5C917A) is unknown color: approx 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

RGB92145122-
CMYK0.3700.160.43
HSL153.96º22.36%46.47%-
HSV(B)153.96º36.55%56.86%-
XYZ18.0523.9322.08-
YUV126.53125.44103.37-

RGB Variations

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

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 (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal921451220.3700.160.43153.9622.3646.47
Hex5C917A250102B9a162e
Octal13422117245020532322656
Binary10111001001000111110101001010100001010111001101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>