#346936

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

Shades of San Felix #346936

Tints of San Felix #346936

Color information

#346936 (or 0x346936) is unknown color: approx San Felix. HEX triplet: 34, 69 and 36. RGB value is (52,105,54). Sum of RGB (Red+Green+Blue) = 52+105+54=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 105 (41.41% from 255 or 49.76% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 105 - color contains mainly: green. Hex color #346936 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346936 is #CB96C9. Grayscale: #535353. Windows color (decimal): -13342410 or 3565876. OLE color: 3565876.

HSL color Cylindrical-coordinate representation of color #346936: hue angle of 122.26º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #346936 is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB5210554-
CMYK0.5000.490.59
HSL122.26º33.76%30.78%-
HSV(B)122.26º50.48%41.18%-
XYZ7.1311.15.26-
YUV83.34111.44105.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.64%
GREEN value IS 105 (41.41% from 255) = 49.76%
BLUE value IS 54 (21.48% from 255) = 25.59%
R=24.64%
G=49.76%
B=25.59%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52105540.5000.490.59122.2633.7630.78
Hex346936320313B7a221f
Octal641516662061731724237
Binary11010011010011101101100100110001111011111101010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346936; }

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

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

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

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

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

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

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

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