#36564A

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

Shades of Spectra #36564A

Tints of Spectra #36564A

Color information

#36564A (or 0x36564A) is unknown color: approx Spectra. HEX triplet: 36, 56 and 4A. RGB value is (54,86,74). Sum of RGB (Red+Green+Blue) = 54+86+74=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 86 (33.98% from 255 or 40.19% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 86 - color contains mainly: green. Hex color #36564A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36564A is #C9A9B5. Grayscale: #4B4B4B. Windows color (decimal): -13216182 or 4871734. OLE color: 4871734.

HSL color Cylindrical-coordinate representation of color #36564A: hue angle of 157.5º 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 #36564A is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB548674-
CMYK0.3700.140.66
HSL157.5º22.86%27.45%-
HSV(B)157.5º37.21%33.73%-
XYZ6.097.937.69-
YUV75.06127.4112.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.23%
GREEN value IS 86 (33.98% from 255) = 40.19%
BLUE value IS 74 (29.30% from 255) = 34.58%
R=25.23%
G=40.19%
B=34.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5486740.3700.140.66157.522.8627.45
Hex36564A250E429e171b
Octal66126112450161022362733
Binary11011010101101001010100101011101000010100111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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