#326E37

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

Shades of San Felix #326E37

Tints of San Felix #326E37

Color information

#326E37 (or 0x326E37) is unknown color: approx San Felix. HEX triplet: 32, 6E and 37. RGB value is (50,110,55). Sum of RGB (Red+Green+Blue) = 50+110+55=215 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.26% from 215); Green value is 110 (43.36% from 255 or 51.16% from 215); Blue value is 55 (21.88% from 255 or 25.58% from 215); Max value from RGB is 110 - color contains mainly: green. Hex color #326E37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326E37 is #CD91C8. Grayscale: #555555. Windows color (decimal): -13472201 or 3632690. OLE color: 3632690.

HSL color Cylindrical-coordinate representation of color #326E37: hue angle of 125º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #326E37 is Cyan = 0.55, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.57.

Color convert

RGB5011055-
CMYK0.5500.50.57
HSL125º37.5%31.37%-
HSV(B)125º54.55%43.14%-
XYZ7.5812.115.55-
YUV85.79110.62102.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.26%
GREEN value IS 110 (43.36% from 255) = 51.16%
BLUE value IS 55 (21.88% from 255) = 25.58%
R=23.26%
G=51.16%
B=25.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal50110550.5500.50.5712537.531.37
Hex326E3737032397d261f
Octal621566767062711754637
Binary11001011011101101111101110110010111001111110110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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