#335B49

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

Shades of Spectra #335B49

Tints of Spectra #335B49

Color information

#335B49 (or 0x335B49) is unknown color: approx Spectra. HEX triplet: 33, 5B and 49. RGB value is (51,91,73). Sum of RGB (Red+Green+Blue) = 51+91+73=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 91 (35.94% from 255 or 42.33% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 91 - color contains mainly: green. Hex color #335B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335B49 is #CCA4B6. Grayscale: #4D4D4D. Windows color (decimal): -13411511 or 4807475. OLE color: 4807475.

HSL color Cylindrical-coordinate representation of color #335B49: hue angle of 153º degrees, saturation: 0.28, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #335B49 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB519173-
CMYK0.4400.200.64
HSL153º28.17%27.84%-
HSV(B)153º43.96%35.69%-
XYZ6.318.677.64-
YUV76.99125.75109.46-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.72%
GREEN value IS 91 (35.94% from 255) = 42.33%
BLUE value IS 73 (28.91% from 255) = 33.95%
R=23.72%
G=42.33%
B=33.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5191730.4400.200.6415328.1727.84
Hex335B492C01440991c1c
Octal63133111540241002313434
Binary110011101101110010011011000101001000000100110011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335B49; }

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

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

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

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

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

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

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

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