#335B4C

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

Shades of Spectra #335B4C

Tints of Spectra #335B4C

Color information

#335B4C (or 0x335B4C) is unknown color: approx Spectra. HEX triplet: 33, 5B and 4C. RGB value is (51,91,76). Sum of RGB (Red+Green+Blue) = 51+91+76=218 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.39% from 218); Green value is 91 (35.94% from 255 or 41.74% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 91 - color contains mainly: green. Hex color #335B4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335B4C is #CCA4B3. Grayscale: #4D4D4D. Windows color (decimal): -13411508 or 5004083. OLE color: 5004083.

HSL color Cylindrical-coordinate representation of color #335B4C: hue angle of 157.5º 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 #335B4C is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.

Color convert

RGB519176-
CMYK0.4400.160.64
HSL157.5º28.17%27.84%-
HSV(B)157.5º43.96%35.69%-
XYZ6.418.718.18-
YUV77.33127.25109.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.39%
GREEN value IS 91 (35.94% from 255) = 41.74%
BLUE value IS 76 (30.08% from 255) = 34.86%
R=23.39%
G=41.74%
B=34.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5191760.4400.160.64157.528.1727.84
Hex335B4C2C010409e1c1c
Octal63133114540201002363434
Binary110011101101110011001011000100001000000100111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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