#335548

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

Shades of Spectra #335548

Tints of Spectra #335548

Color information

#335548 (or 0x335548) is unknown color: approx Spectra. HEX triplet: 33, 55 and 48. RGB value is (51,85,72). Sum of RGB (Red+Green+Blue) = 51+85+72=208 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.52% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 85 - color contains mainly: green. Hex color #335548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335548 is #CCAAB7. Grayscale: #494949. Windows color (decimal): -13413048 or 4740403. OLE color: 4740403.

HSL color Cylindrical-coordinate representation of color #335548: hue angle of 157.06º 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 #335548 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB518572-
CMYK0.4000.150.67
HSL157.06º25%26.67%-
HSV(B)157.06º40%33.33%-
XYZ5.787.677.31-
YUV73.35127.24112.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.52%
GREEN value IS 85 (33.59% from 255) = 40.87%
BLUE value IS 72 (28.52% from 255) = 34.62%
R=24.52%
G=40.87%
B=34.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5185720.4000.150.67157.062526.67
Hex335548280F439d191b
Octal63125110500171032353133
Binary11001110101011001000101000011111000011100111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335548; }

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

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

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

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

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

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

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

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