#335949

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

Shades of Spectra #335949

Tints of Spectra #335949

Color information

#335949 (or 0x335949) is unknown color: approx Spectra. HEX triplet: 33, 59 and 49. RGB value is (51,89,73). Sum of RGB (Red+Green+Blue) = 51+89+73=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 89 - color contains mainly: green. Hex color #335949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335949 is #CCA6B6. Grayscale: #4B4B4B. Windows color (decimal): -13412023 or 4806963. OLE color: 4806963.

HSL color Cylindrical-coordinate representation of color #335949: hue angle of 154.74º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #335949 is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB518973-
CMYK0.4300.180.65
HSL154.74º27.14%27.45%-
HSV(B)154.74º42.7%34.9%-
XYZ6.148.337.59-
YUV75.81126.41110.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.94%
GREEN value IS 89 (35.16% from 255) = 41.78%
BLUE value IS 73 (28.91% from 255) = 34.27%
R=23.94%
G=41.78%
B=34.27%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5189730.4300.180.65154.7427.1427.45
Hex3359492B012419b1b1b
Octal63131111530221012333333
Binary110011101100110010011010110100101000001100110111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335949; }

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

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

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

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

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

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

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

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