Html Css Color HEX #54917D Patina

📋 copy color: '#54917D'

red 84 ◦ green 145 ◦ blue 125

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

Shades of Patina #54917D

Tints of Patina #54917D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 40.96%

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

R = 23.73%
G = 40.96%
B = 35.31%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#54917D (or 0x54917D) is known color: Patina. HEX triplet: 54, 91 and 7D. RGB value is (84,145,125). Sum of RGB (Red+Green+Blue) = 84+145+125=354 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.73% from 354); Green value is 145 (57.03% from 255 or 40.96% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 145 - color contains mainly: green. Hex color #54917D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54917D is #AB6E82. Grayscale: #7C7C7C. Windows color (decimal): -11234947 or 8229204. OLE color: 8229204.

HSL color Cylindrical-coordinate representation of color #54917D: hue angle of 160.33º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #54917D is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 84 145 125 -
CMYK 0.42 0 0.14 0.43
HSL 160.33º 0.27% 0.45% -
HSV(B) 160.33º 0.42% 0.57% -
XYZ 17.48 23.62 23.04 -
YUV 124.48 128.29 99.13 -
System Red Green Blue C M Y K H S L
Decimal 84 145 125 0.42 0 0.14 0.43 160.33 0.27 0.45
Hex 54 91 7D 2A 0 E 2B A0 1B 2D
Octal 124 221 175 52 0 16 53 240 33 55
Binary 1010100 10010001 1111101 101010 0 1110 101011 10100000 11011 101101

Color Harmonies of #54917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54917D

Black with #54917D

Text Example


Text Example

White with #54917D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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