#54927F

Color #54927F Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #54927F

Tints of Patina #54927F

Color information

#54927F (or 0x54927F) is unknown color: approx Patina. HEX triplet: 54, 92 and 7F. RGB value is (84,146,127). Sum of RGB (Red+Green+Blue) = 84+146+127=357 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.53% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 146 - color contains mainly: green. Hex color #54927F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54927F is #AB6D80. Grayscale: #7D7D7D. Windows color (decimal): -11234689 or 8360532. OLE color: 8360532.

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

Color convert

RGB84146127-
CMYK0.4200.130.43
HSL161.61º26.96%45.1%-
HSV(B)161.61º42.47%57.25%-
XYZ17.7723.9723.77-
YUV125.3128.9698.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.53%
GREEN value IS 146 (57.42% from 255) = 40.90%
BLUE value IS 127 (50% from 255) = 35.57%
R=23.53%
G=40.90%
B=35.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841461270.4200.130.43161.6126.9645.1
Hex54927F2A0D2Ba21b2d
Octal12422217752015532423355
Binary1010100100100101111111101010011011010111010001011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #54927F;
 }
 .AnyTagClassName
 {
   color: #54927F;
 }
</style>
background-color css

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

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

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

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

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

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