#36564D

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

Shades of Spectra #36564D

Tints of Spectra #36564D

Color information

#36564D (or 0x36564D) is unknown color: approx Spectra. HEX triplet: 36, 56 and 4D. RGB value is (54,86,77). Sum of RGB (Red+Green+Blue) = 54+86+77=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 86 (33.98% from 255 or 39.63% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 86 - color contains mainly: green. Hex color #36564D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36564D is #C9A9B2. Grayscale: #4B4B4B. Windows color (decimal): -13216179 or 5068342. OLE color: 5068342.

HSL color Cylindrical-coordinate representation of color #36564D: hue angle of 163.12º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #36564D is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB548677-
CMYK0.3700.100.66
HSL163.12º22.86%27.45%-
HSV(B)163.12º37.21%33.73%-
XYZ6.197.988.23-
YUV75.41128.9112.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.88%
GREEN value IS 86 (33.98% from 255) = 39.63%
BLUE value IS 77 (30.47% from 255) = 35.48%
R=24.88%
G=39.63%
B=35.48%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5486770.3700.100.66163.1222.8627.45
Hex36564D250A42a3171b
Octal66126115450121022432733
Binary11011010101101001101100101010101000010101000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36564D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36564D; }

 p { color: rgb(54,86,77); }

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

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

 a { background-color: rgb(54,86,77); }

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

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

 span { border-color: rgb(54,86,77); }

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