#346F3E

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

Shades of San Felix #346F3E

Tints of San Felix #346F3E

Color information

#346F3E (or 0x346F3E) is unknown color: approx San Felix. HEX triplet: 34, 6F and 3E. RGB value is (52,111,62). Sum of RGB (Red+Green+Blue) = 52+111+62=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 111 (43.75% from 255 or 49.33% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 111 - color contains mainly: green. Hex color #346F3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346F3E is #CB90C1. Grayscale: #575757. Windows color (decimal): -13340866 or 4091700. OLE color: 4091700.

HSL color Cylindrical-coordinate representation of color #346F3E: hue angle of 130.17º 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 #346F3E is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB5211162-
CMYK0.5300.440.56
HSL130.17º36.2%31.96%-
HSV(B)130.17º53.15%43.53%-
XYZ7.9712.456.54-
YUV87.77113.45102.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.11%
GREEN value IS 111 (43.75% from 255) = 49.33%
BLUE value IS 62 (24.61% from 255) = 27.56%
R=23.11%
G=49.33%
B=27.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52111620.5300.440.56130.1736.231.96
Hex346F3E3502C38822420
Octal641577665054702024440
Binary1101001101111111110110101010110011100010000010100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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