Html Css Color HEX #54917F Patina

📋 copy color: '#54917F'

red 84 ◦ green 145 ◦ blue 127

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

Shades of Patina #54917F

Tints of Patina #54917F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.67%

R = 23.6%
G = 40.73%
B = 35.67%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#54917F (or 0x54917F) is known color: Patina. HEX triplet: 54, 91 and 7F. RGB value is (84,145,127). Sum of RGB (Red+Green+Blue) = 84+145+127=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 145 - color contains mainly: green. Hex color #54917F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54917F is #AB6E80. Grayscale: #7C7C7C. Windows color (decimal): -11234945 or 8360276. OLE color: 8360276.

HSL color Cylindrical-coordinate representation of color #54917F: hue angle of 162.3º 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 #54917F is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB 84 145 127 -
CMYK 0.42 0 0.12 0.43
HSL 162.3º 0.27% 0.45% -
HSV(B) 162.3º 0.42% 0.57% -
XYZ 17.61 23.67 23.72 -
YUV 124.71 129.29 98.96 -
System Red Green Blue C M Y K H S L
Decimal 84 145 127 0.42 0 0.12 0.43 162.3 0.27 0.45
Hex 54 91 7F 2A 0 C 2B A2 1B 2D
Octal 124 221 177 52 0 14 53 242 33 55
Binary 1010100 10010001 1111111 101010 0 1100 101011 10100010 11011 101101

Color Harmonies of #54917F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54917F

Black with #54917F

Text Example


Text Example

White with #54917F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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