#326831

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

Shades of San Felix #326831

Tints of San Felix #326831

Color information

#326831 (or 0x326831) is unknown color: approx San Felix. HEX triplet: 32, 68 and 31. RGB value is (50,104,49). Sum of RGB (Red+Green+Blue) = 50+104+49=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 104 (41.02% from 255 or 51.23% from 203); Blue value is 49 (19.53% from 255 or 24.14% from 203); Max value from RGB is 104 - color contains mainly: green. Hex color #326831 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326831 is #CD97CE. Grayscale: #515151. Windows color (decimal): -13473743 or 3237938. OLE color: 3237938.

HSL color Cylindrical-coordinate representation of color #326831: hue angle of 118.91º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #326831 is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB5010449-
CMYK0.5200.530.59
HSL118.91º35.95%30%-
HSV(B)118.91º52.88%40.78%-
XYZ6.8210.84.63-
YUV81.58109.61105.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.63%
GREEN value IS 104 (41.02% from 255) = 51.23%
BLUE value IS 49 (19.53% from 255) = 24.14%
R=24.63%
G=51.23%
B=24.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50104490.5200.530.59118.9135.9530
Hex326831340353B77241e
Octal621506164065731674436
Binary11001011010001100011101000110101111011111011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326831; }

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

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

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

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

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

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

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

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