#36574C

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

Shades of Spectra #36574C

Tints of Spectra #36574C

Color information

#36574C (or 0x36574C) is unknown color: approx Spectra. HEX triplet: 36, 57 and 4C. RGB value is (54,87,76). Sum of RGB (Red+Green+Blue) = 54+87+76=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 87 (34.38% from 255 or 40.09% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 87 - color contains mainly: green. Hex color #36574C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36574C is #C9A8B3. Grayscale: #4B4B4B. Windows color (decimal): -13215924 or 5003062. OLE color: 5003062.

HSL color Cylindrical-coordinate representation of color #36574C: hue angle of 160º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #36574C is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB548776-
CMYK0.3800.130.66
HSL160º23.4%27.65%-
HSV(B)160º37.93%34.12%-
XYZ6.238.128.08-
YUV75.88128.07112.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.88%
GREEN value IS 87 (34.38% from 255) = 40.09%
BLUE value IS 76 (30.08% from 255) = 35.02%
R=24.88%
G=40.09%
B=35.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5487760.3800.130.6616023.427.65
Hex36574C260D42a0171c
Octal66127114460151022402734
Binary11011010101111001100100110011011000010101000001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36574C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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