#326B35

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

Shades of San Felix #326B35

Tints of San Felix #326B35

Color information

#326B35 (or 0x326B35) is unknown color: approx San Felix. HEX triplet: 32, 6B and 35. RGB value is (50,107,53). Sum of RGB (Red+Green+Blue) = 50+107+53=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 107 (42.19% from 255 or 50.95% from 210); Blue value is 53 (21.09% from 255 or 25.24% from 210); Max value from RGB is 107 - color contains mainly: green. Hex color #326B35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326B35 is #CD94CA. Grayscale: #535353. Windows color (decimal): -13472971 or 3500850. OLE color: 3500850.

HSL color Cylindrical-coordinate representation of color #326B35: hue angle of 123.16º 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 #326B35 is Cyan = 0.53, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.58.

Color convert

RGB5010753-
CMYK0.5300.500.58
HSL123.16º36.31%30.78%-
HSV(B)123.16º53.27%41.96%-
XYZ7.2211.455.2-
YUV83.8110.62103.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.81%
GREEN value IS 107 (42.19% from 255) = 50.95%
BLUE value IS 53 (21.09% from 255) = 25.24%
R=23.81%
G=50.95%
B=25.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50107530.5300.500.58123.1636.3130.78
Hex326B35350323A7b241f
Octal621536565062721734437
Binary11001011010111101011101010110010111010111101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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