#346C36

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

Shades of San Felix #346C36

Tints of San Felix #346C36

Color information

#346C36 (or 0x346C36) is unknown color: approx San Felix. HEX triplet: 34, 6C and 36. RGB value is (52,108,54). Sum of RGB (Red+Green+Blue) = 52+108+54=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 108 (42.58% from 255 or 50.47% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 108 - color contains mainly: green. Hex color #346C36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346C36 is #CB93C9. Grayscale: #555555. Windows color (decimal): -13341642 or 3566644. OLE color: 3566644.

HSL color Cylindrical-coordinate representation of color #346C36: hue angle of 122.14º 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 #346C36 is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.58.

Color convert

RGB5210854-
CMYK0.5200.500.58
HSL122.14º35%31.37%-
HSV(B)122.14º51.85%42.35%-
XYZ7.4411.725.36-
YUV85.1110.45104.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.30%
GREEN value IS 108 (42.58% from 255) = 50.47%
BLUE value IS 54 (21.48% from 255) = 25.23%
R=24.30%
G=50.47%
B=25.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52108540.5200.500.58122.143531.37
Hex346C36340323A7a231f
Octal641546664062721724337
Binary11010011011001101101101000110010111010111101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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