#335B4B

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

Shades of Spectra #335B4B

Tints of Spectra #335B4B

Color information

#335B4B (or 0x335B4B) is unknown color: approx Spectra. HEX triplet: 33, 5B and 4B. RGB value is (51,91,75). Sum of RGB (Red+Green+Blue) = 51+91+75=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 91 (35.94% from 255 or 41.94% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 91 - color contains mainly: green. Hex color #335B4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335B4B is #CCA4B4. Grayscale: #4D4D4D. Windows color (decimal): -13411509 or 4938547. OLE color: 4938547.

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

Color convert

RGB519175-
CMYK0.4400.180.64
HSL156º28.17%27.84%-
HSV(B)156º43.96%35.69%-
XYZ6.388.698-
YUV77.22126.75109.3-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.50%
GREEN value IS 91 (35.94% from 255) = 41.94%
BLUE value IS 75 (29.69% from 255) = 34.56%
R=23.50%
G=41.94%
B=34.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5191750.4400.180.6415628.1727.84
Hex335B4B2C012409c1c1c
Octal63133113540221002343434
Binary110011101101110010111011000100101000000100111001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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