#326D36

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

Shades of San Felix #326D36

Tints of San Felix #326D36

Color information

#326D36 (or 0x326D36) is unknown color: approx San Felix. HEX triplet: 32, 6D and 36. RGB value is (50,109,54). Sum of RGB (Red+Green+Blue) = 50+109+54=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 109 (42.97% from 255 or 51.17% from 213); Blue value is 54 (21.48% from 255 or 25.35% from 213); Max value from RGB is 109 - color contains mainly: green. Hex color #326D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326D36 is #CD92C9. Grayscale: #555555. Windows color (decimal): -13472458 or 3566898. OLE color: 3566898.

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

Color convert

RGB5010954-
CMYK0.5400.500.57
HSL124.07º37.11%31.18%-
HSV(B)124.07º54.13%42.75%-
XYZ7.4511.885.39-
YUV85.09110.45102.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.47%
GREEN value IS 109 (42.97% from 255) = 51.17%
BLUE value IS 54 (21.48% from 255) = 25.35%
R=23.47%
G=51.17%
B=25.35%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal50109540.5400.500.57124.0737.1131.18
Hex326D3636032397c251f
Octal621556666062711744537
Binary11001011011011101101101100110010111001111110010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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