#327240

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

Shades of San Felix #327240

Tints of San Felix #327240

Color information

#327240 (or 0x327240) is unknown color: approx San Felix. HEX triplet: 32, 72 and 40. RGB value is (50,114,64). Sum of RGB (Red+Green+Blue) = 50+114+64=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #327240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327240 is #CD8DBF. Grayscale: #595959. Windows color (decimal): -13471168 or 4223538. OLE color: 4223538.

HSL color Cylindrical-coordinate representation of color #327240: hue angle of 133.12º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #327240 is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB5011464-
CMYK0.5600.440.55
HSL133.12º39.02%32.16%-
HSV(B)133.12º56.14%44.71%-
XYZ8.2613.086.94-
YUV89.16113.8100.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.93%
GREEN value IS 114 (44.92% from 255) = 50%
BLUE value IS 64 (25.39% from 255) = 28.07%
R=21.93%
G=50%
B=28.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50114640.5600.440.55133.1239.0232.16
Hex3272403802C37852720
Octal6216210070054672054740
Binary11001011100101000000111000010110011011110000101100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327240; }

 p { color: rgb(50,114,64); }

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

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

 a { background-color: rgb(50,114,64); }

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

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

 span { border-color: rgb(50,114,64); }

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