#355849

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

Shades of Spectra #355849

Tints of Spectra #355849

Color information

#355849 (or 0x355849) is unknown color: approx Spectra. HEX triplet: 35, 58 and 49. RGB value is (53,88,73). Sum of RGB (Red+Green+Blue) = 53+88+73=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 88 - color contains mainly: green. Hex color #355849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355849 is #CAA7B6. Grayscale: #4B4B4B. Windows color (decimal): -13281207 or 4806709. OLE color: 4806709.

HSL color Cylindrical-coordinate representation of color #355849: hue angle of 154.29º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #355849 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB538873-
CMYK0.4000.170.65
HSL154.29º24.82%27.65%-
HSV(B)154.29º39.77%34.51%-
XYZ6.168.227.56-
YUV75.82126.4111.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.77%
GREEN value IS 88 (34.77% from 255) = 41.12%
BLUE value IS 73 (28.91% from 255) = 34.11%
R=24.77%
G=41.12%
B=34.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5388730.4000.170.65154.2924.8227.65
Hex35584928011419a191c
Octal65130111500211012323134
Binary110101101100010010011010000100011000001100110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355849; }

 p { color: rgb(53,88,73); }

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

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

 a { background-color: rgb(53,88,73); }

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

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

 span { border-color: rgb(53,88,73); }

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