Html Css Color HEX #54947A Patina

📋 copy color: '#54947A'

red 84 ◦ green 148 ◦ blue 122

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

Shades of Patina #54947A

Tints of Patina #54947A

RGB

 RED value IS 84 (33.2% from 255) = 23.73%

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

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

R = 23.73%
G = 41.81%
B = 34.46%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#54947A (or 0x54947A) is known color: Patina. HEX triplet: 54, 94 and 7A. RGB value is (84,148,122). Sum of RGB (Red+Green+Blue) = 84+148+122=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 148 (58.20% from 255 or 41.81% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 148 - color contains mainly: green. Hex color #54947A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54947A is #AB6B85. Grayscale: #7D7D7D. Windows color (decimal): -11234182 or 8033364. OLE color: 8033364.

HSL color Cylindrical-coordinate representation of color #54947A: hue angle of 155.62º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #54947A is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 148 122 -
CMYK 0.43 0 0.18 0.42
HSL 155.63º 0.28% 0.45% -
HSV(B) 155.63º 0.43% 0.58% -
XYZ 17.76 24.47 22.2 -
YUV 125.9 125.8 98.11 -
System Red Green Blue C M Y K H S L
Decimal 84 148 122 0.43 0 0.18 0.42 155.63 0.28 0.45
Hex 54 94 7A 2B 0 12 2A 9C 1C 2D
Octal 124 224 172 53 0 22 52 234 34 55
Binary 1010100 10010100 1111010 101011 0 10010 101010 10011100 11100 101101

Color Harmonies of #54947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54947A

Black with #54947A

Text Example


Text Example

White with #54947A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #54947A;
 }
 .AnyTagClassName
 {
   color: #54947A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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