#545740

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

Shades of Kelp #545740

Tints of Kelp #545740

Color information

#545740 (or 0x545740) is unknown color: approx Kelp. HEX triplet: 54, 57 and 40. RGB value is (84,87,64). Sum of RGB (Red+Green+Blue) = 84+87+64=235 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.74% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 87 - color contains mainly: green. Hex color #545740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #545740 is #ABA8BF. Grayscale: #535353. Windows color (decimal): -11249856 or 4216660. OLE color: 4216660.

HSL color Cylindrical-coordinate representation of color #545740: hue angle of 67.83º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #545740 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB848764-
CMYK0.0300.260.66
HSL67.83º15.23%29.61%-
HSV(B)67.83º26.44%34.12%-
XYZ7.999.076.18-
YUV83.48117.01128.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.74%
GREEN value IS 87 (34.38% from 255) = 37.02%
BLUE value IS 64 (25.39% from 255) = 27.23%
R=35.74%
G=37.02%
B=27.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8487640.0300.260.6667.8315.2329.61
Hex545740301A4244f1e
Octal12412710030321021041736
Binary1010100101011110000001101101010000101000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545740; }

 p { color: rgb(84,87,64); }

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

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

 a { background-color: rgb(84,87,64); }

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

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

 span { border-color: rgb(84,87,64); }

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