#346830

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

Shades of San Felix #346830

Tints of San Felix #346830

Color information

#346830 (or 0x346830) is unknown color: approx San Felix. HEX triplet: 34, 68 and 30. RGB value is (52,104,48). Sum of RGB (Red+Green+Blue) = 52+104+48=204 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.49% from 204); Green value is 104 (41.02% from 255 or 50.98% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 104 - color contains mainly: green. Hex color #346830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346830 is #CB97CF. Grayscale: #525252. Windows color (decimal): -13342672 or 3172404. OLE color: 3172404.

HSL color Cylindrical-coordinate representation of color #346830: hue angle of 115.71º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #346830 is Cyan = 0.50, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.59.

Color convert

RGB5210448-
CMYK0.5000.540.59
HSL115.71º36.84%29.8%-
HSV(B)115.71º53.85%40.78%-
XYZ6.910.844.53-
YUV82.07108.77106.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.49%
GREEN value IS 104 (41.02% from 255) = 50.98%
BLUE value IS 48 (19.14% from 255) = 23.53%
R=25.49%
G=50.98%
B=23.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52104480.5000.540.59115.7136.8429.8
Hex346830320363B74251e
Octal641506062066731644536
Binary11010011010001100001100100110110111011111010010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346830; }

 p { color: rgb(52,104,48); }

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

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

 a { background-color: rgb(52,104,48); }

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

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

 span { border-color: rgb(52,104,48); }

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