#326D31

Color #326D31 San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #326D31

Tints of San Felix #326D31

Color information

#326D31 (or 0x326D31) is unknown color: approx San Felix. HEX triplet: 32, 6D and 31. RGB value is (50,109,49). Sum of RGB (Red+Green+Blue) = 50+109+49=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 109 (42.97% from 255 or 52.40% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 109 - color contains mainly: green. Hex color #326D31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326D31 is #CD92CE. Grayscale: #545454. Windows color (decimal): -13472463 or 3239218. OLE color: 3239218.

HSL color Cylindrical-coordinate representation of color #326D31: hue angle of 119º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #326D31 is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.

Color convert

RGB5010949-
CMYK0.5400.550.57
HSL119º37.97%30.98%-
HSV(B)119º55.05%42.75%-
XYZ7.3411.844.8-
YUV84.52107.95103.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.04%
GREEN value IS 109 (42.97% from 255) = 52.40%
BLUE value IS 49 (19.53% from 255) = 23.56%
R=24.04%
G=52.40%
B=23.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal50109490.5400.550.5711937.9730.98
Hex326D31360373977261f
Octal621556166067711674637
Binary11001011011011100011101100110111111001111011110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326D31; }

 p { color: rgb(50,109,49); }

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

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

 a { background-color: rgb(50,109,49); }

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

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

 span { border-color: rgb(50,109,49); }

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