#336652

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

Shades of Spectra #336652

Tints of Spectra #336652

Color information

#336652 (or 0x336652) is unknown color: approx Spectra. HEX triplet: 33, 66 and 52. RGB value is (51,102,82). Sum of RGB (Red+Green+Blue) = 51+102+82=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 102 - color contains mainly: green. Hex color #336652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336652 is #CC99AD. Grayscale: #545454. Windows color (decimal): -13408686 or 5400115. OLE color: 5400115.

HSL color Cylindrical-coordinate representation of color #336652: hue angle of 156.47º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #336652 is Cyan = 0.5, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.6.

Color convert

RGB5110282-
CMYK0.500.200.6
HSL156.47º33.33%30%-
HSV(B)156.47º50%40%-
XYZ7.6410.829.67-
YUV84.47126.6104.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.70%
GREEN value IS 102 (40.23% from 255) = 43.40%
BLUE value IS 82 (32.42% from 255) = 34.89%
R=21.70%
G=43.40%
B=34.89%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal51102820.500.200.6156.4733.3330
Hex336652320143C9c211e
Octal6314612262024742344136
Binary110011110011010100101100100101001111001001110010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #336652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #336652; }

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

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

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

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

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

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

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

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