#33684D

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

Shades of Spectra #33684D

Tints of Spectra #33684D

Color information

#33684D (or 0x33684D) is unknown color: approx Spectra. HEX triplet: 33, 68 and 4D. RGB value is (51,104,77). Sum of RGB (Red+Green+Blue) = 51+104+77=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 104 - color contains mainly: green. Hex color #33684D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33684D is #CC97B2. Grayscale: #555555. Windows color (decimal): -13408179 or 5072947. OLE color: 5072947.

HSL color Cylindrical-coordinate representation of color #33684D: hue angle of 149.43º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #33684D is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB5110477-
CMYK0.5100.260.59
HSL149.43º34.19%30.39%-
HSV(B)149.43º50.96%40.78%-
XYZ7.6611.148.77-
YUV85.08123.44103.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.98%
GREEN value IS 104 (41.02% from 255) = 44.83%
BLUE value IS 77 (30.47% from 255) = 33.19%
R=21.98%
G=44.83%
B=33.19%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51104770.5100.260.59149.4334.1930.39
Hex33684D3301A3B95221e
Octal6315011563032732254236
Binary110011110100010011011100110110101110111001010110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33684D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33684D; }

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

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

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

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

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

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

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

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