#336856

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

Shades of Spectra #336856

Tints of Spectra #336856

Color information

#336856 (or 0x336856) is unknown color: approx Spectra. HEX triplet: 33, 68 and 56. RGB value is (51,104,86). Sum of RGB (Red+Green+Blue) = 51+104+86=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 104 - color contains mainly: green. Hex color #336856 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336856 is #CC97A9. Grayscale: #565656. Windows color (decimal): -13408170 or 5662771. OLE color: 5662771.

HSL color Cylindrical-coordinate representation of color #336856: hue angle of 159.62º 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 #336856 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB5110486-
CMYK0.5100.170.59
HSL159.62º34.19%30.39%-
HSV(B)159.62º50.96%40.78%-
XYZ811.2810.56-
YUV86.1127.94102.96-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.16%
GREEN value IS 104 (41.02% from 255) = 43.15%
BLUE value IS 86 (33.98% from 255) = 35.68%
R=21.16%
G=43.15%
B=35.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51104860.5100.170.59159.6234.1930.39
Hex336856330113Ba0221e
Octal6315012663021732404236
Binary110011110100010101101100110100011110111010000010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336856; }

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

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

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

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

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

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

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

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