#36594B

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

Shades of Spectra #36594B

Tints of Spectra #36594B

Color information

#36594B (or 0x36594B) is unknown color: approx Spectra. HEX triplet: 36, 59 and 4B. RGB value is (54,89,75). Sum of RGB (Red+Green+Blue) = 54+89+75=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 89 - color contains mainly: green. Hex color #36594B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36594B is #C9A6B4. Grayscale: #4C4C4C. Windows color (decimal): -13215413 or 4938038. OLE color: 4938038.

HSL color Cylindrical-coordinate representation of color #36594B: hue angle of 156º 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 #36594B is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB548975-
CMYK0.3900.160.65
HSL156º24.48%28.04%-
HSV(B)156º39.33%34.9%-
XYZ6.368.447.95-
YUV76.94126.9111.64-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.77%
GREEN value IS 89 (35.16% from 255) = 40.83%
BLUE value IS 75 (29.69% from 255) = 34.40%
R=24.77%
G=40.83%
B=34.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5489750.3900.160.6515624.4828.04
Hex36594B27010419c181c
Octal66131113470201012343034
Binary110110101100110010111001110100001000001100111001100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36594B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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