#326936

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

Shades of San Felix #326936

Tints of San Felix #326936

Color information

#326936 (or 0x326936) is unknown color: approx San Felix. HEX triplet: 32, 69 and 36. RGB value is (50,105,54). Sum of RGB (Red+Green+Blue) = 50+105+54=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 105 (41.41% from 255 or 50.24% from 209); Blue value is 54 (21.48% from 255 or 25.84% from 209); Max value from RGB is 105 - color contains mainly: green. Hex color #326936 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326936 is #CD96C9. Grayscale: #525252. Windows color (decimal): -13473482 or 3565874. OLE color: 3565874.

HSL color Cylindrical-coordinate representation of color #326936: hue angle of 124.36º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #326936 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB5010554-
CMYK0.5200.490.59
HSL124.36º35.48%30.39%-
HSV(B)124.36º52.38%41.18%-
XYZ7.0311.055.25-
YUV82.74111.78104.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.92%
GREEN value IS 105 (41.41% from 255) = 50.24%
BLUE value IS 54 (21.48% from 255) = 25.84%
R=23.92%
G=50.24%
B=25.84%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50105540.5200.490.59124.3635.4830.39
Hex326936340313B7c231e
Octal621516664061731744336
Binary11001011010011101101101000110001111011111110010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326936; }

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

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

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

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

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

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

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

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