#326F37

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

Shades of San Felix #326F37

Tints of San Felix #326F37

Color information

#326F37 (or 0x326F37) is unknown color: approx San Felix. HEX triplet: 32, 6F and 37. RGB value is (50,111,55). Sum of RGB (Red+Green+Blue) = 50+111+55=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 111 (43.75% from 255 or 51.39% from 216); Blue value is 55 (21.88% from 255 or 25.46% from 216); Max value from RGB is 111 - color contains mainly: green. Hex color #326F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326F37 is #CD90C8. Grayscale: #565656. Windows color (decimal): -13471945 or 3632946. OLE color: 3632946.

HSL color Cylindrical-coordinate representation of color #326F37: hue angle of 124.92º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #326F37 is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB5011155-
CMYK0.5500.500.56
HSL124.92º37.89%31.57%-
HSV(B)124.92º54.95%43.53%-
XYZ7.6912.325.59-
YUV86.38110.29102.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.15%
GREEN value IS 111 (43.75% from 255) = 51.39%
BLUE value IS 55 (21.88% from 255) = 25.46%
R=23.15%
G=51.39%
B=25.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50111550.5500.500.56124.9237.8931.57
Hex326F3737032387d2620
Octal621576767062701754640
Binary110010110111111011111011101100101110001111101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,111,55); }

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

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

 a { background-color: rgb(50,111,55); }

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

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

 span { border-color: rgb(50,111,55); }

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