#346C3B

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

Shades of San Felix #346C3B

Tints of San Felix #346C3B

Color information

#346C3B (or 0x346C3B) is unknown color: approx San Felix. HEX triplet: 34, 6C and 3B. RGB value is (52,108,59). Sum of RGB (Red+Green+Blue) = 52+108+59=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 108 (42.58% from 255 or 49.32% from 219); Blue value is 59 (23.44% from 255 or 26.94% from 219); Max value from RGB is 108 - color contains mainly: green. Hex color #346C3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346C3B is #CB93C4. Grayscale: #555555. Windows color (decimal): -13341637 or 3894324. OLE color: 3894324.

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

Color convert

RGB5210859-
CMYK0.5200.450.58
HSL127.5º35%31.37%-
HSV(B)127.5º51.85%42.35%-
XYZ7.5711.776.01-
YUV85.67112.95103.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.74%
GREEN value IS 108 (42.58% from 255) = 49.32%
BLUE value IS 59 (23.44% from 255) = 26.94%
R=23.74%
G=49.32%
B=26.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52108590.5200.450.58127.53531.37
Hex346C3B3402D3A80231f
Octal641547364055722004337
Binary110100110110011101111010001011011110101000000010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,108,59); }

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

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

 a { background-color: rgb(52,108,59); }

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

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

 span { border-color: rgb(52,108,59); }

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