Html Css Color HEX #54957D Patina

📋 copy color: '#54957D'

red 84 ◦ green 149 ◦ blue 125

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

Shades of Patina #54957D

Tints of Patina #54957D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.62%

 BLUE value IS 125 (49.22% from 255) = 34.92%

R = 23.46%
G = 41.62%
B = 34.92%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#54957D (or 0x54957D) is known color: Patina. HEX triplet: 54, 95 and 7D. RGB value is (84,149,125). Sum of RGB (Red+Green+Blue) = 84+149+125=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 149 - color contains mainly: green. Hex color #54957D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54957D is #AB6A82. Grayscale: #7E7E7E. Windows color (decimal): -11233923 or 8230228. OLE color: 8230228.

HSL color Cylindrical-coordinate representation of color #54957D: hue angle of 157.85º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54957D is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 149 125 -
CMYK 0.44 0 0.16 0.42
HSL 157.85º 0.28% 0.46% -
HSV(B) 157.85º 0.44% 0.58% -
XYZ 18.11 24.86 23.25 -
YUV 126.83 126.97 97.45 -
System Red Green Blue C M Y K H S L
Decimal 84 149 125 0.44 0 0.16 0.42 157.85 0.28 0.46
Hex 54 95 7D 2C 0 10 2A 9E 1C 2E
Octal 124 225 175 54 0 20 52 236 34 56
Binary 1010100 10010101 1111101 101100 0 10000 101010 10011110 11100 101110

Color Harmonies of #54957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54957D

Black with #54957D

Text Example


Text Example

White with #54957D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54957D; }

 p { color: rgb(84,149,125); }

 H1.HeaderClassName
 {
   color: #54957D;
 }
 .AnyTagClassName
 {
   color: #54957D;
 }
</style>

background-color css

<style>
 a { background-color: #54957D; }

 a { background-color: rgb(84,149,125); }

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

border-color css

<style>
 span { border-color: #54957D; }

 span { border-color: rgb(84,149,125); }

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