#336852

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

Shades of Spectra #336852

Tints of Spectra #336852

Color information

#336852 (or 0x336852) is unknown color: approx Spectra. HEX triplet: 33, 68 and 52. RGB value is (51,104,82). Sum of RGB (Red+Green+Blue) = 51+104+82=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 104 - color contains mainly: green. Hex color #336852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336852 is #CC97AD. Grayscale: #555555. Windows color (decimal): -13408174 or 5400627. OLE color: 5400627.

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

Color convert

RGB5110482-
CMYK0.5100.210.59
HSL155.09º34.19%30.39%-
HSV(B)155.09º50.96%40.78%-
XYZ7.8411.219.73-
YUV85.64125.94103.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.52%
GREEN value IS 104 (41.02% from 255) = 43.88%
BLUE value IS 82 (32.42% from 255) = 34.60%
R=21.52%
G=43.88%
B=34.60%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal51104820.5100.210.59155.0934.1930.39
Hex336852330153B9b221e
Octal6315012263025732334236
Binary110011110100010100101100110101011110111001101110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336852; }

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

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

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

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

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

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

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

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