#326D3B

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

Shades of San Felix #326D3B

Tints of San Felix #326D3B

Color information

#326D3B (or 0x326D3B) is unknown color: approx San Felix. HEX triplet: 32, 6D and 3B. RGB value is (50,109,59). Sum of RGB (Red+Green+Blue) = 50+109+59=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 109 (42.97% from 255 or 50% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 109 - color contains mainly: green. Hex color #326D3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326D3B is #CD92C4. Grayscale: #555555. Windows color (decimal): -13472453 or 3894578. OLE color: 3894578.

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

Color convert

RGB5010959-
CMYK0.5400.460.57
HSL129.15º37.11%31.18%-
HSV(B)129.15º54.13%42.75%-
XYZ7.5711.936.04-
YUV85.66112.95102.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.94%
GREEN value IS 109 (42.97% from 255) = 50%
BLUE value IS 59 (23.44% from 255) = 27.06%
R=22.94%
G=50%
B=27.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal50109590.5400.460.57129.1537.1131.18
Hex326D3B3602E3981251f
Octal621557366056712014537
Binary110010110110111101111011001011101110011000000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,109,59); }

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

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

 a { background-color: rgb(50,109,59); }

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

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

 span { border-color: rgb(50,109,59); }

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