#36594C

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

Shades of Spectra #36594C

Tints of Spectra #36594C

Color information

#36594C (or 0x36594C) is unknown color: approx Spectra. HEX triplet: 36, 59 and 4C. RGB value is (54,89,76). Sum of RGB (Red+Green+Blue) = 54+89+76=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 89 - color contains mainly: green. Hex color #36594C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36594C is #C9A6B3. Grayscale: #4D4D4D. Windows color (decimal): -13215412 or 5003574. OLE color: 5003574.

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

Color convert

RGB548976-
CMYK0.3900.150.65
HSL157.71º24.48%28.04%-
HSV(B)157.71º39.33%34.9%-
XYZ6.48.458.13-
YUV77.05127.4111.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.66%
GREEN value IS 89 (35.16% from 255) = 40.64%
BLUE value IS 76 (30.08% from 255) = 34.70%
R=24.66%
G=40.64%
B=34.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5489760.3900.150.65157.7124.4828.04
Hex36594C270F419e181c
Octal66131114470171012363034
Binary11011010110011001100100111011111000001100111101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36594C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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