#36474A

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

Shades of Charade #36474A

Tints of Charade #36474A

Color information

#36474A (or 0x36474A) is unknown color: approx Charade. HEX triplet: 36, 47 and 4A. RGB value is (54,71,74). Sum of RGB (Red+Green+Blue) = 54+71+74=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 74 (29.30% from 255 or 37.19% from 199); Max value from RGB is 74 - color contains mainly: blue. Hex color #36474A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36474A is #C9B8B5. Grayscale: #424242. Windows color (decimal): -13220022 or 4867894. OLE color: 4867894.

HSL color Cylindrical-coordinate representation of color #36474A: hue angle of 189º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #36474A is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB547174-
CMYK0.270.0400.71
HSL189º15.62%25.1%-
HSV(B)189º27.03%29.02%-
XYZ5.015.797.33-
YUV66.26132.37119.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.14%
GREEN value IS 71 (28.12% from 255) = 35.68%
BLUE value IS 74 (29.30% from 255) = 37.19%
R=27.14%
G=35.68%
B=37.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5471740.270.0400.7118915.6225.1
Hex36474A1B4047bd1019
Octal6610711233401072752031
Binary110110100011110010101101110001000111101111011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36474A; }

 p { color: rgb(54,71,74); }

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

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

 a { background-color: rgb(54,71,74); }

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

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

 span { border-color: rgb(54,71,74); }

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