#36564E

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

Shades of Spectra #36564E

Tints of Spectra #36564E

Color information

#36564E (or 0x36564E) is unknown color: approx Spectra. HEX triplet: 36, 56 and 4E. RGB value is (54,86,78). Sum of RGB (Red+Green+Blue) = 54+86+78=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 86 (33.98% from 255 or 39.45% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 86 - color contains mainly: green. Hex color #36564E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36564E is #C9A9B1. Grayscale: #4B4B4B. Windows color (decimal): -13216178 or 5133878. OLE color: 5133878.

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

Color convert

RGB548678-
CMYK0.3700.090.66
HSL165º22.86%27.45%-
HSV(B)165º37.21%33.73%-
XYZ6.227.998.42-
YUV75.52129.4112.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.77%
GREEN value IS 86 (33.98% from 255) = 39.45%
BLUE value IS 78 (30.86% from 255) = 35.78%
R=24.77%
G=39.45%
B=35.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5486780.3700.090.6616522.8627.45
Hex36564E250942a5171b
Octal66126116450111022452733
Binary11011010101101001110100101010011000010101001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36564E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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