#326935

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

Shades of San Felix #326935

Tints of San Felix #326935

Color information

#326935 (or 0x326935) is unknown color: approx San Felix. HEX triplet: 32, 69 and 35. RGB value is (50,105,53). Sum of RGB (Red+Green+Blue) = 50+105+53=208 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.04% from 208); Green value is 105 (41.41% from 255 or 50.48% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 105 - color contains mainly: green. Hex color #326935 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326935 is #CD96CA. Grayscale: #525252. Windows color (decimal): -13473483 or 3500338. OLE color: 3500338.

HSL color Cylindrical-coordinate representation of color #326935: hue angle of 123.27º 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 #326935 is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB5010553-
CMYK0.5200.500.59
HSL123.27º35.48%30.39%-
HSV(B)123.27º52.38%41.18%-
XYZ7.0111.045.13-
YUV82.63111.28104.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.04%
GREEN value IS 105 (41.41% from 255) = 50.48%
BLUE value IS 53 (21.09% from 255) = 25.48%
R=24.04%
G=50.48%
B=25.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50105530.5200.500.59123.2735.4830.39
Hex326935340323B7b231e
Octal621516564062731734336
Binary11001011010011101011101000110010111011111101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326935; }

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

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

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

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

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

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

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

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