#346831

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

Shades of San Felix #346831

Tints of San Felix #346831

Color information

#346831 (or 0x346831) is unknown color: approx San Felix. HEX triplet: 34, 68 and 31. RGB value is (52,104,49). Sum of RGB (Red+Green+Blue) = 52+104+49=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 104 (41.02% from 255 or 50.73% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 104 - color contains mainly: green. Hex color #346831 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346831 is #CB97CE. Grayscale: #525252. Windows color (decimal): -13342671 or 3237940. OLE color: 3237940.

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

Color convert

RGB5210449-
CMYK0.5000.530.59
HSL116.73º35.95%30%-
HSV(B)116.73º52.88%40.78%-
XYZ6.9210.854.64-
YUV82.18109.27106.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.37%
GREEN value IS 104 (41.02% from 255) = 50.73%
BLUE value IS 49 (19.53% from 255) = 23.90%
R=25.37%
G=50.73%
B=23.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52104490.5000.530.59116.7335.9530
Hex346831320353B75241e
Octal641506162065731654436
Binary11010011010001100011100100110101111011111010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346831; }

 p { color: rgb(52,104,49); }

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

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

 a { background-color: rgb(52,104,49); }

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

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

 span { border-color: rgb(52,104,49); }

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