#346A36

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

Shades of San Felix #346A36

Tints of San Felix #346A36

Color information

#346A36 (or 0x346A36) is unknown color: approx San Felix. HEX triplet: 34, 6A and 36. RGB value is (52,106,54). Sum of RGB (Red+Green+Blue) = 52+106+54=212 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.53% from 212); Green value is 106 (41.80% from 255 or 50% from 212); Blue value is 54 (21.48% from 255 or 25.47% from 212); Max value from RGB is 106 - color contains mainly: green. Hex color #346A36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346A36 is #CB95C9. Grayscale: #545454. Windows color (decimal): -13342154 or 3566132. OLE color: 3566132.

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

Color convert

RGB5210654-
CMYK0.5100.490.58
HSL122.22º34.18%30.98%-
HSV(B)122.22º50.94%41.57%-
XYZ7.2411.35.29-
YUV83.93111.11105.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.53%
GREEN value IS 106 (41.80% from 255) = 50%
BLUE value IS 54 (21.48% from 255) = 25.47%
R=24.53%
G=50%
B=25.47%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal52106540.5100.490.58122.2234.1830.98
Hex346A36330313A7a221f
Octal641526663061721724237
Binary11010011010101101101100110110001111010111101010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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