#326631

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

Shades of San Felix #326631

Tints of San Felix #326631

Color information

#326631 (or 0x326631) is unknown color: approx San Felix. HEX triplet: 32, 66 and 31. RGB value is (50,102,49). Sum of RGB (Red+Green+Blue) = 50+102+49=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 102 (40.23% from 255 or 50.75% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 102 - color contains mainly: green. Hex color #326631 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326631 is #CD99CE. Grayscale: #505050. Windows color (decimal): -13474255 or 3237426. OLE color: 3237426.

HSL color Cylindrical-coordinate representation of color #326631: hue angle of 118.87º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #326631 is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.6.

Color convert

RGB5010249-
CMYK0.5100.520.6
HSL118.87º35.1%29.61%-
HSV(B)118.87º51.96%40%-
XYZ6.6210.44.56-
YUV80.41110.27106.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.88%
GREEN value IS 102 (40.23% from 255) = 50.75%
BLUE value IS 49 (19.53% from 255) = 24.38%
R=24.88%
G=50.75%
B=24.38%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal50102490.5100.520.6118.8735.129.61
Hex326631330343C77231e
Octal621466163064741674336
Binary11001011001101100011100110110100111100111011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326631; }

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

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

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

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

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

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

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

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