#36594A

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

Shades of Spectra #36594A

Tints of Spectra #36594A

Color information

#36594A (or 0x36594A) is unknown color: approx Spectra. HEX triplet: 36, 59 and 4A. RGB value is (54,89,74). Sum of RGB (Red+Green+Blue) = 54+89+74=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 89 - color contains mainly: green. Hex color #36594A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36594A is #C9A6B5. Grayscale: #4C4C4C. Windows color (decimal): -13215414 or 4872502. OLE color: 4872502.

HSL color Cylindrical-coordinate representation of color #36594A: hue angle of 154.29º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #36594A is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB548974-
CMYK0.3900.170.65
HSL154.29º24.48%28.04%-
HSV(B)154.29º39.33%34.9%-
XYZ6.338.427.77-
YUV76.82126.4111.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.88%
GREEN value IS 89 (35.16% from 255) = 41.01%
BLUE value IS 74 (29.30% from 255) = 34.10%
R=24.88%
G=41.01%
B=34.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5489740.3900.170.65154.2924.4828.04
Hex36594A27011419a181c
Octal66131112470211012323034
Binary110110101100110010101001110100011000001100110101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36594A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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