#36574A

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

Shades of Spectra #36574A

Tints of Spectra #36574A

Color information

#36574A (or 0x36574A) is unknown color: approx Spectra. HEX triplet: 36, 57 and 4A. RGB value is (54,87,74). Sum of RGB (Red+Green+Blue) = 54+87+74=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 87 (34.38% from 255 or 40.47% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 87 - color contains mainly: green. Hex color #36574A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36574A is #C9A8B5. Grayscale: #4B4B4B. Windows color (decimal): -13215926 or 4871990. OLE color: 4871990.

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

Color convert

RGB548774-
CMYK0.3800.150.66
HSL156.36º23.4%27.65%-
HSV(B)156.36º37.93%34.12%-
XYZ6.178.17.72-
YUV75.65127.07112.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.12%
GREEN value IS 87 (34.38% from 255) = 40.47%
BLUE value IS 74 (29.30% from 255) = 34.42%
R=25.12%
G=40.47%
B=34.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5487740.3800.150.66156.3623.427.65
Hex36574A260F429c171c
Octal66127112460171022342734
Binary11011010101111001010100110011111000010100111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36574A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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