#547B5F

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

Shades of Como #547B5F

Tints of Como #547B5F

Color information

#547B5F (or 0x547B5F) is unknown color: approx Como. HEX triplet: 54, 7B and 5F. RGB value is (84,123,95). Sum of RGB (Red+Green+Blue) = 84+123+95=302 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.81% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 123 - color contains mainly: green. Hex color #547B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547B5F is #AB84A0. Grayscale: #6C6C6C. Windows color (decimal): -11240609 or 6257492. OLE color: 6257492.

HSL color Cylindrical-coordinate representation of color #547B5F: hue angle of 136.92º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #547B5F is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB8412395-
CMYK0.3200.230.52
HSL136.92º18.84%40.59%-
HSV(B)136.92º31.71%48.24%-
XYZ12.816.8813.41-
YUV108.15120.58110.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.81%
GREEN value IS 123 (48.44% from 255) = 40.73%
BLUE value IS 95 (37.5% from 255) = 31.46%
R=27.81%
G=40.73%
B=31.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal84123950.3200.230.52136.9218.8440.59
Hex547B5F2001734891329
Octal12417313740027642112351
Binary1010100111101110111111000000101111101001000100110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547B5F; }

 p { color: rgb(84,123,95); }

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

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

 a { background-color: rgb(84,123,95); }

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

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

 span { border-color: rgb(84,123,95); }

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