#346F3C

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

Shades of San Felix #346F3C

Tints of San Felix #346F3C

Color information

#346F3C (or 0x346F3C) is unknown color: approx San Felix. HEX triplet: 34, 6F and 3C. RGB value is (52,111,60). Sum of RGB (Red+Green+Blue) = 52+111+60=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 111 (43.75% from 255 or 49.78% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 111 - color contains mainly: green. Hex color #346F3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346F3C is #CB90C3. Grayscale: #575757. Windows color (decimal): -13340868 or 3960628. OLE color: 3960628.

HSL color Cylindrical-coordinate representation of color #346F3C: hue angle of 128.14º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #346F3C is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB5211160-
CMYK0.5300.460.56
HSL128.14º36.2%31.96%-
HSV(B)128.14º53.15%43.53%-
XYZ7.9212.436.26-
YUV87.54112.45102.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.32%
GREEN value IS 111 (43.75% from 255) = 49.78%
BLUE value IS 60 (23.83% from 255) = 26.91%
R=23.32%
G=49.78%
B=26.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52111600.5300.460.56128.1436.231.96
Hex346F3C3502E38802420
Octal641577465056702004440
Binary1101001101111111100110101010111011100010000000100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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