#326F38

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

Shades of San Felix #326F38

Tints of San Felix #326F38

Color information

#326F38 (or 0x326F38) is unknown color: approx San Felix. HEX triplet: 32, 6F and 38. RGB value is (50,111,56). Sum of RGB (Red+Green+Blue) = 50+111+56=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 111 (43.75% from 255 or 51.15% from 217); Blue value is 56 (22.27% from 255 or 25.81% from 217); Max value from RGB is 111 - color contains mainly: green. Hex color #326F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326F38 is #CD90C7. Grayscale: #565656. Windows color (decimal): -13471944 or 3698482. OLE color: 3698482.

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

Color convert

RGB5011156-
CMYK0.5500.500.56
HSL125.9º37.89%31.57%-
HSV(B)125.9º54.95%43.53%-
XYZ7.7112.335.72-
YUV86.49110.79101.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.04%
GREEN value IS 111 (43.75% from 255) = 51.15%
BLUE value IS 56 (22.27% from 255) = 25.81%
R=23.04%
G=51.15%
B=25.81%

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
Decimal50111560.5500.500.56125.937.8931.57
Hex326F3837032387e2620
Octal621577067062701764640
Binary110010110111111100011011101100101110001111110100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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