#547462

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

Shades of Como #547462

Tints of Como #547462

Color information

#547462 (or 0x547462) is unknown color: approx Como. HEX triplet: 54, 74 and 62. RGB value is (84,116,98). Sum of RGB (Red+Green+Blue) = 84+116+98=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 116 - color contains mainly: green. Hex color #547462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547462 is #AB8B9D. Grayscale: #686868. Windows color (decimal): -11242398 or 6452308. OLE color: 6452308.

HSL color Cylindrical-coordinate representation of color #547462: hue angle of 146.25º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #547462 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB8411698-
CMYK0.2800.160.55
HSL146.25º16%39.22%-
HSV(B)146.25º27.59%45.49%-
XYZ12.1115.2613.86-
YUV104.38124.4113.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.19%
GREEN value IS 116 (45.70% from 255) = 38.93%
BLUE value IS 98 (38.67% from 255) = 32.89%
R=28.19%
G=38.93%
B=32.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84116980.2800.160.55146.251639.22
Hex5474621C01037921027
Octal12416414234020672222047
Binary101010011101001100010111000100001101111001001010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547462; }

 p { color: rgb(84,116,98); }

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

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

 a { background-color: rgb(84,116,98); }

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

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

 span { border-color: rgb(84,116,98); }

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