#326E36

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

Shades of San Felix #326E36

Tints of San Felix #326E36

Color information

#326E36 (or 0x326E36) is unknown color: approx San Felix. HEX triplet: 32, 6E and 36. RGB value is (50,110,54). Sum of RGB (Red+Green+Blue) = 50+110+54=214 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.36% from 214); Green value is 110 (43.36% from 255 or 51.40% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 110 - color contains mainly: green. Hex color #326E36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326E36 is #CD91C9. Grayscale: #555555. Windows color (decimal): -13472202 or 3567154. OLE color: 3567154.

HSL color Cylindrical-coordinate representation of color #326E36: hue angle of 124º 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 #326E36 is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.57.

Color convert

RGB5011054-
CMYK0.5500.510.57
HSL124º37.5%31.37%-
HSV(B)124º54.55%43.14%-
XYZ7.5612.15.43-
YUV85.68110.12102.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.36%
GREEN value IS 110 (43.36% from 255) = 51.40%
BLUE value IS 54 (21.48% from 255) = 25.23%
R=23.36%
G=51.40%
B=25.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal50110540.5500.510.5712437.531.37
Hex326E3637033397c261f
Octal621566667063711744637
Binary11001011011101101101101110110011111001111110010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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