#364548

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

Shades of Charade #364548

Tints of Charade #364548

Color information

#364548 (or 0x364548) is unknown color: approx Charade. HEX triplet: 36, 45 and 48. RGB value is (54,69,72). Sum of RGB (Red+Green+Blue) = 54+69+72=195 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.69% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 72 - color contains mainly: blue. Hex color #364548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364548 is #C9BAB7. Grayscale: #404040. Windows color (decimal): -13220536 or 4736310. OLE color: 4736310.

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

Color convert

RGB546972-
CMYK0.250.0400.72
HSL190º14.29%24.71%-
HSV(B)190º25%28.24%-
XYZ4.825.516.94-
YUV64.86132.03120.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.69%
GREEN value IS 69 (27.34% from 255) = 35.38%
BLUE value IS 72 (28.52% from 255) = 36.92%
R=27.69%
G=35.38%
B=36.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5469720.250.0400.7219014.2924.71
Hex364548194048bee19
Octal6610511031401102761631
Binary11011010001011001000110011000100100010111110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #364548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #364548; }

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

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

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

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

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

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

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

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