#36564B

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

Shades of Spectra #36564B

Tints of Spectra #36564B

Color information

#36564B (or 0x36564B) is unknown color: approx Spectra. HEX triplet: 36, 56 and 4B. RGB value is (54,86,75). Sum of RGB (Red+Green+Blue) = 54+86+75=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 86 - color contains mainly: green. Hex color #36564B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36564B is #C9A9B4. Grayscale: #4B4B4B. Windows color (decimal): -13216181 or 4937270. OLE color: 4937270.

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

Color convert

RGB548675-
CMYK0.3700.130.66
HSL159.38º22.86%27.45%-
HSV(B)159.38º37.21%33.73%-
XYZ6.127.957.87-
YUV75.18127.9112.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.12%
GREEN value IS 86 (33.98% from 255) = 40%
BLUE value IS 75 (29.69% from 255) = 34.88%
R=25.12%
G=40%
B=34.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5486750.3700.130.66159.3822.8627.45
Hex36564B250D429f171b
Octal66126113450151022372733
Binary11011010101101001011100101011011000010100111111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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