#36544C

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

Shades of Spectra #36544C

Tints of Spectra #36544C

Color information

#36544C (or 0x36544C) is unknown color: approx Spectra. HEX triplet: 36, 54 and 4C. RGB value is (54,84,76). Sum of RGB (Red+Green+Blue) = 54+84+76=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 84 - color contains mainly: green. Hex color #36544C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36544C is #C9ABB3. Grayscale: #4A4A4A. Windows color (decimal): -13216692 or 5002294. OLE color: 5002294.

HSL color Cylindrical-coordinate representation of color #36544C: hue angle of 164º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #36544C is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB548476-
CMYK0.3600.100.67
HSL164º21.74%27.06%-
HSV(B)164º35.71%32.94%-
XYZ67.658-
YUV74.12129.06113.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.23%
GREEN value IS 84 (33.20% from 255) = 39.25%
BLUE value IS 76 (30.08% from 255) = 35.51%
R=25.23%
G=39.25%
B=35.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5484760.3600.100.6716421.7427.06
Hex36544C240A43a4161b
Octal66124114440121032442633
Binary11011010101001001100100100010101000011101001001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36544C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36544C; }

 p { color: rgb(54,84,76); }

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

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

 a { background-color: rgb(54,84,76); }

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

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

 span { border-color: rgb(54,84,76); }

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