#346D3C

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

Shades of San Felix #346D3C

Tints of San Felix #346D3C

Color information

#346D3C (or 0x346D3C) is unknown color: approx San Felix. HEX triplet: 34, 6D and 3C. RGB value is (52,109,60). Sum of RGB (Red+Green+Blue) = 52+109+60=221 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.53% from 221); Green value is 109 (42.97% from 255 or 49.32% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 109 - color contains mainly: green. Hex color #346D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346D3C is #CB92C3. Grayscale: #565656. Windows color (decimal): -13341380 or 3960116. OLE color: 3960116.

HSL color Cylindrical-coordinate representation of color #346D3C: hue angle of 128.42º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #346D3C is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.57.

Color convert

RGB5210960-
CMYK0.5200.450.57
HSL128.42º35.4%31.57%-
HSV(B)128.42º52.29%42.75%-
XYZ7.711.996.18-
YUV86.37113.12103.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.53%
GREEN value IS 109 (42.97% from 255) = 49.32%
BLUE value IS 60 (23.83% from 255) = 27.15%
R=23.53%
G=49.32%
B=27.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal52109600.5200.450.57128.4235.431.57
Hex346D3C3402D39802320
Octal641557464055712004340
Binary1101001101101111100110100010110111100110000000100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346D3C; }

 p { color: rgb(52,109,60); }

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

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

 a { background-color: rgb(52,109,60); }

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

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

 span { border-color: rgb(52,109,60); }

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