#35574A

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

Shades of Spectra #35574A

Tints of Spectra #35574A

Color information

#35574A (or 0x35574A) is unknown color: approx Spectra. HEX triplet: 35, 57 and 4A. RGB value is (53,87,74). Sum of RGB (Red+Green+Blue) = 53+87+74=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 87 (34.38% from 255 or 40.65% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 87 - color contains mainly: green. Hex color #35574A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35574A is #CAA8B5. Grayscale: #4B4B4B. Windows color (decimal): -13281462 or 4871989. OLE color: 4871989.

HSL color Cylindrical-coordinate representation of color #35574A: hue angle of 157.06º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #35574A is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB538774-
CMYK0.3900.150.66
HSL157.06º24.29%27.45%-
HSV(B)157.06º39.08%34.12%-
XYZ6.118.077.71-
YUV75.35127.24112.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.77%
GREEN value IS 87 (34.38% from 255) = 40.65%
BLUE value IS 74 (29.30% from 255) = 34.58%
R=24.77%
G=40.65%
B=34.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5387740.3900.150.66157.0624.2927.45
Hex35574A270F429d181b
Octal65127112470171022353033
Binary11010110101111001010100111011111000010100111011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35574A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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