#354548

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

Shades of Charade #354548

Tints of Charade #354548

Color information

#354548 (or 0x354548) is unknown color: approx Charade. HEX triplet: 35, 45 and 48. RGB value is (53,69,72). Sum of RGB (Red+Green+Blue) = 53+69+72=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 69 (27.34% from 255 or 35.57% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 72 - color contains mainly: blue. Hex color #354548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354548 is #CABAB7. Grayscale: #404040. Windows color (decimal): -13286072 or 4736309. OLE color: 4736309.

HSL color Cylindrical-coordinate representation of color #354548: hue angle of 189.47º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #354548 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB536972-
CMYK0.260.0400.72
HSL189.47º15.2%24.51%-
HSV(B)189.47º26.39%28.24%-
XYZ4.775.486.94-
YUV64.56132.2119.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.32%
GREEN value IS 69 (27.34% from 255) = 35.57%
BLUE value IS 72 (28.52% from 255) = 37.11%
R=27.32%
G=35.57%
B=37.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5369720.260.0400.72189.4715.224.51
Hex3545481A4048bdf19
Octal6510511032401102751731
Binary11010110001011001000110101000100100010111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354548; }

 p { color: rgb(53,69,72); }

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

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

 a { background-color: rgb(53,69,72); }

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

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

 span { border-color: rgb(53,69,72); }

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