Html Css Color HEX #54997C Patina

📋 copy color: '#54997C'

red 84 ◦ green 153 ◦ blue 124

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

Shades of Patina #54997C

Tints of Patina #54997C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.38%

 BLUE value IS 124 (48.83% from 255) = 34.35%

R = 23.27%
G = 42.38%
B = 34.35%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#54997C (or 0x54997C) is known color: Patina. HEX triplet: 54, 99 and 7C. RGB value is (84,153,124). Sum of RGB (Red+Green+Blue) = 84+153+124=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 153 (60.16% from 255 or 42.38% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 153 - color contains mainly: green. Hex color #54997C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54997C is #AB6683. Grayscale: #818181. Windows color (decimal): -11232900 or 8165716. OLE color: 8165716.

HSL color Cylindrical-coordinate representation of color #54997C: hue angle of 154.78º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #54997C is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 84 153 124 -
CMYK 0.45 0 0.19 0.4
HSL 154.78º 0.29% 0.46% -
HSV(B) 154.78º 0.45% 0.6% -
XYZ 18.69 26.12 23.13 -
YUV 129.06 125.14 95.86 -
System Red Green Blue C M Y K H S L
Decimal 84 153 124 0.45 0 0.19 0.4 154.78 0.29 0.46
Hex 54 99 7C 2D 0 13 28 9B 1D 2E
Octal 124 231 174 55 0 23 50 233 35 56
Binary 1010100 10011001 1111100 101101 0 10011 101000 10011011 11101 101110

Color Harmonies of #54997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54997C

Black with #54997C

Text Example


Text Example

White with #54997C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54997C; }

 p { color: rgb(84,153,124); }

 H1.HeaderClassName
 {
   color: #54997C;
 }
 .AnyTagClassName
 {
   color: #54997C;
 }
</style>

background-color css

<style>
 a { background-color: #54997C; }

 a { background-color: rgb(84,153,124); }

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

border-color css

<style>
 span { border-color: #54997C; }

 span { border-color: rgb(84,153,124); }

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