#336C52

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

Shades of Spectra #336C52

Tints of Spectra #336C52

Color information

#336C52 (or 0x336C52) is unknown color: approx Spectra. HEX triplet: 33, 6C and 52. RGB value is (51,108,82). Sum of RGB (Red+Green+Blue) = 51+108+82=241 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.16% from 241); Green value is 108 (42.58% from 255 or 44.81% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 108 - color contains mainly: green. Hex color #336C52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336C52 is #CC93AD. Grayscale: #585858. Windows color (decimal): -13407150 or 5401651. OLE color: 5401651.

HSL color Cylindrical-coordinate representation of color #336C52: hue angle of 152.63º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #336C52 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB5110882-
CMYK0.5300.240.58
HSL152.63º35.85%31.18%-
HSV(B)152.63º52.78%42.35%-
XYZ8.2512.049.87-
YUV87.99124.62101.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.16%
GREEN value IS 108 (42.58% from 255) = 44.81%
BLUE value IS 82 (32.42% from 255) = 34.02%
R=21.16%
G=44.81%
B=34.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal51108820.5300.240.58152.6335.8531.18
Hex336C52350183A99241f
Octal6315412265030722314437
Binary110011110110010100101101010110001110101001100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336C52; }

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

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

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

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

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

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

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

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