#335549

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

Shades of Spectra #335549

Tints of Spectra #335549

Color information

#335549 (or 0x335549) is unknown color: approx Spectra. HEX triplet: 33, 55 and 49. RGB value is (51,85,73). Sum of RGB (Red+Green+Blue) = 51+85+73=209 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.40% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 85 - color contains mainly: green. Hex color #335549 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335549 is #CCAAB6. Grayscale: #494949. Windows color (decimal): -13413047 or 4805939. OLE color: 4805939.

HSL color Cylindrical-coordinate representation of color #335549: hue angle of 158.82º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #335549 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB518573-
CMYK0.4000.140.67
HSL158.82º25%26.67%-
HSV(B)158.82º40%33.33%-
XYZ5.827.687.48-
YUV73.47127.74111.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.40%
GREEN value IS 85 (33.59% from 255) = 40.67%
BLUE value IS 73 (28.91% from 255) = 34.93%
R=24.40%
G=40.67%
B=34.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5185730.4000.140.67158.822526.67
Hex335549280E439f191b
Octal63125111500161032373133
Binary11001110101011001001101000011101000011100111111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335549; }

 p { color: rgb(51,85,73); }

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

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

 a { background-color: rgb(51,85,73); }

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

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

 span { border-color: rgb(51,85,73); }

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