#326D3C

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

Shades of San Felix #326D3C

Tints of San Felix #326D3C

Color information

#326D3C (or 0x326D3C) is unknown color: approx San Felix. HEX triplet: 32, 6D and 3C. RGB value is (50,109,60). Sum of RGB (Red+Green+Blue) = 50+109+60=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 109 (42.97% from 255 or 49.77% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 109 - color contains mainly: green. Hex color #326D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326D3C is #CD92C3. Grayscale: #555555. Windows color (decimal): -13472452 or 3960114. OLE color: 3960114.

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

Color convert

RGB5010960-
CMYK0.5400.450.57
HSL130.17º37.11%31.18%-
HSV(B)130.17º54.13%42.75%-
XYZ7.611.946.18-
YUV85.77113.45102.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.83%
GREEN value IS 109 (42.97% from 255) = 49.77%
BLUE value IS 60 (23.83% from 255) = 27.40%
R=22.83%
G=49.77%
B=27.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal50109600.5400.450.57130.1737.1131.18
Hex326D3C3602D3982251f
Octal621557466055712024537
Binary110010110110111110011011001011011110011000001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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