#326C35

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

Shades of San Felix #326C35

Tints of San Felix #326C35

Color information

#326C35 (or 0x326C35) is unknown color: approx San Felix. HEX triplet: 32, 6C and 35. RGB value is (50,108,53). Sum of RGB (Red+Green+Blue) = 50+108+53=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 108 (42.58% from 255 or 51.18% from 211); Blue value is 53 (21.09% from 255 or 25.12% from 211); Max value from RGB is 108 - color contains mainly: green. Hex color #326C35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326C35 is #CD93CA. Grayscale: #545454. Windows color (decimal): -13472715 or 3501106. OLE color: 3501106.

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

Color convert

RGB5010853-
CMYK0.5400.510.58
HSL123.1º36.71%30.98%-
HSV(B)123.1º53.7%42.35%-
XYZ7.3211.665.23-
YUV84.39110.28103.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.70%
GREEN value IS 108 (42.58% from 255) = 51.18%
BLUE value IS 53 (21.09% from 255) = 25.12%
R=23.70%
G=51.18%
B=25.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50108530.5400.510.58123.136.7130.98
Hex326C35360333A7b251f
Octal621546566063721734537
Binary11001011011001101011101100110011111010111101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,108,53); }

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

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

 a { background-color: rgb(50,108,53); }

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

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

 span { border-color: rgb(50,108,53); }

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