#336550

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

Shades of Spectra #336550

Tints of Spectra #336550

Color information

#336550 (or 0x336550) is unknown color: approx Spectra. HEX triplet: 33, 65 and 50. RGB value is (51,101,80). Sum of RGB (Red+Green+Blue) = 51+101+80=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 101 - color contains mainly: green. Hex color #336550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336550 is #CC9AAF. Grayscale: #535353. Windows color (decimal): -13408944 or 5268787. OLE color: 5268787.

HSL color Cylindrical-coordinate representation of color #336550: hue angle of 154.8º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #336550 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB5110180-
CMYK0.5000.210.60
HSL154.8º32.89%29.8%-
HSV(B)154.8º49.5%39.61%-
XYZ7.4710.599.24-
YUV83.66125.94104.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.98%
GREEN value IS 101 (39.84% from 255) = 43.53%
BLUE value IS 80 (31.64% from 255) = 34.48%
R=21.98%
G=43.53%
B=34.48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal51101800.5000.210.60154.832.8929.8
Hex336550320153C9b211e
Octal6314512062025742334136
Binary110011110010110100001100100101011111001001101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336550; }

 p { color: rgb(51,101,80); }

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

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

 a { background-color: rgb(51,101,80); }

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

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

 span { border-color: rgb(51,101,80); }

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