#326F39

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

Shades of San Felix #326F39

Tints of San Felix #326F39

Color information

#326F39 (or 0x326F39) is unknown color: approx San Felix. HEX triplet: 32, 6F and 39. RGB value is (50,111,57). Sum of RGB (Red+Green+Blue) = 50+111+57=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 111 (43.75% from 255 or 50.92% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 111 - color contains mainly: green. Hex color #326F39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326F39 is #CD90C6. Grayscale: #565656. Windows color (decimal): -13471943 or 3764018. OLE color: 3764018.

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

Color convert

RGB5011157-
CMYK0.5500.490.56
HSL126.89º37.89%31.57%-
HSV(B)126.89º54.95%43.53%-
XYZ7.7412.345.85-
YUV86.6111.29101.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.94%
GREEN value IS 111 (43.75% from 255) = 50.92%
BLUE value IS 57 (22.66% from 255) = 26.15%
R=22.94%
G=50.92%
B=26.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50111570.5500.490.56126.8937.8931.57
Hex326F3937031387f2620
Octal621577167061701774640
Binary110010110111111100111011101100011110001111111100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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