#335C4D

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

Shades of Spectra #335C4D

Tints of Spectra #335C4D

Color information

#335C4D (or 0x335C4D) is unknown color: approx Spectra. HEX triplet: 33, 5C and 4D. RGB value is (51,92,77). Sum of RGB (Red+Green+Blue) = 51+92+77=220 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.18% from 220); Green value is 92 (36.33% from 255 or 41.82% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 92 - color contains mainly: green. Hex color #335C4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335C4D is #CCA3B2. Grayscale: #4E4E4E. Windows color (decimal): -13411251 or 5069875. OLE color: 5069875.

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

Color convert

RGB519277-
CMYK0.4500.160.64
HSL158.05º28.67%28.04%-
HSV(B)158.05º44.57%36.08%-
XYZ6.538.898.39-
YUV78.03127.42108.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.18%
GREEN value IS 92 (36.33% from 255) = 41.82%
BLUE value IS 77 (30.47% from 255) = 35%
R=23.18%
G=41.82%
B=35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5192770.4500.160.64158.0528.6728.04
Hex335C4D2D010409e1d1c
Octal63134115550201002363534
Binary110011101110010011011011010100001000000100111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,92,77); }

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

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

 a { background-color: rgb(51,92,77); }

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

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

 span { border-color: rgb(51,92,77); }

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