#326A2B

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

Shades of San Felix #326A2B

Tints of San Felix #326A2B

Color information

#326A2B (or 0x326A2B) is unknown color: approx San Felix. HEX triplet: 32, 6A and 2B. RGB value is (50,106,43). Sum of RGB (Red+Green+Blue) = 50+106+43=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 106 (41.80% from 255 or 53.27% from 199); Blue value is 43 (17.19% from 255 or 21.61% from 199); Max value from RGB is 106 - color contains mainly: green. Hex color #326A2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326A2B is #CD95D4. Grayscale: #525252. Windows color (decimal): -13473237 or 2845234. OLE color: 2845234.

HSL color Cylindrical-coordinate representation of color #326A2B: hue angle of 113.33º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #326A2B is Cyan = 0.53, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.58.

Color convert

RGB5010643-
CMYK0.5300.590.58
HSL113.33º42.28%29.22%-
HSV(B)113.33º59.43%41.57%-
XYZ6.9111.164.08-
YUV82.07105.95105.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.13%
GREEN value IS 106 (41.80% from 255) = 53.27%
BLUE value IS 43 (17.19% from 255) = 21.61%
R=25.13%
G=53.27%
B=21.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50106430.5300.590.58113.3342.2829.22
Hex326A2B3503B3A712a1d
Octal621525365073721615235
Binary11001011010101010111101010111011111010111000110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,106,43); }

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

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

 a { background-color: rgb(50,106,43); }

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

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

 span { border-color: rgb(50,106,43); }

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