#36574B

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

Shades of Spectra #36574B

Tints of Spectra #36574B

Color information

#36574B (or 0x36574B) is unknown color: approx Spectra. HEX triplet: 36, 57 and 4B. RGB value is (54,87,75). Sum of RGB (Red+Green+Blue) = 54+87+75=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 87 (34.38% from 255 or 40.28% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 87 - color contains mainly: green. Hex color #36574B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36574B is #C9A8B4. Grayscale: #4B4B4B. Windows color (decimal): -13215925 or 4937526. OLE color: 4937526.

HSL color Cylindrical-coordinate representation of color #36574B: hue angle of 158.18º 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 #36574B is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB548775-
CMYK0.3800.140.66
HSL158.18º23.4%27.65%-
HSV(B)158.18º37.93%34.12%-
XYZ6.28.117.89-
YUV75.76127.57112.48-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25%
GREEN value IS 87 (34.38% from 255) = 40.28%
BLUE value IS 75 (29.69% from 255) = 34.72%
R=25%
G=40.28%
B=34.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5487750.3800.140.66158.1823.427.65
Hex36574B260E429e171c
Octal66127113460161022362734
Binary11011010101111001011100110011101000010100111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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