#54967A

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

Shades of Patina #54967A

Tints of Patina #54967A

Color information

#54967A (or 0x54967A) is unknown color: approx Patina. HEX triplet: 54, 96 and 7A. RGB value is (84,150,122). Sum of RGB (Red+Green+Blue) = 84+150+122=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 150 - color contains mainly: green. Hex color #54967A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54967A is #AB6985. Grayscale: #7F7F7F. Windows color (decimal): -11233670 or 8033876. OLE color: 8033876.

HSL color Cylindrical-coordinate representation of color #54967A: hue angle of 154.55º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54967A is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB84150122-
CMYK0.4400.190.41
HSL154.55º28.21%45.88%-
HSV(B)154.55º44%58.82%-
XYZ18.0825.122.3-
YUV127.07125.1397.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.60%
GREEN value IS 150 (58.98% from 255) = 42.13%
BLUE value IS 122 (48.05% from 255) = 34.27%
R=23.60%
G=42.13%
B=34.27%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal841501220.4400.190.41154.5528.2145.88
Hex54967A2C013299b1c2e
Octal12422617254023512333456
Binary10101001001011011110101011000100111010011001101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54967A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54967A; }

 p { color: rgb(84,150,122); }

 H1.HeaderClassName
 {
   color: #54967A;
 }
 .AnyTagClassName
 {
   color: #54967A;
 }
</style>
background-color css

<style>
 a { background-color: #54967A; }

 a { background-color: rgb(84,150,122); }

 div.DivClassName
 {
   background-color: #54967A;
 }
 .BgClassName
 {
   background-color: #54967A;
 }
</style>
border-color css

<style>
 span { border-color: #54967A; }

 span { border-color: rgb(84,150,122); }

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