#336854

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

Shades of Spectra #336854

Tints of Spectra #336854

Color information

#336854 (or 0x336854) is unknown color: approx Spectra. HEX triplet: 33, 68 and 54. RGB value is (51,104,84). Sum of RGB (Red+Green+Blue) = 51+104+84=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 104 - color contains mainly: green. Hex color #336854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336854 is #CC97AB. Grayscale: #555555. Windows color (decimal): -13408172 or 5531699. OLE color: 5531699.

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

Color convert

RGB5110484-
CMYK0.5100.190.59
HSL157.36º34.19%30.39%-
HSV(B)157.36º50.96%40.78%-
XYZ7.9211.2410.14-
YUV85.87126.94103.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.34%
GREEN value IS 104 (41.02% from 255) = 43.51%
BLUE value IS 84 (33.20% from 255) = 35.15%
R=21.34%
G=43.51%
B=35.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51104840.5100.190.59157.3634.1930.39
Hex336854330133B9d221e
Octal6315012463023732354236
Binary110011110100010101001100110100111110111001110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336854; }

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

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

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

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

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

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

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

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