#346938

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

Shades of San Felix #346938

Tints of San Felix #346938

Color information

#346938 (or 0x346938) is unknown color: approx San Felix. HEX triplet: 34, 69 and 38. RGB value is (52,105,56). Sum of RGB (Red+Green+Blue) = 52+105+56=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 105 (41.41% from 255 or 49.30% from 213); Blue value is 56 (22.27% from 255 or 26.29% from 213); Max value from RGB is 105 - color contains mainly: green. Hex color #346938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346938 is #CB96C7. Grayscale: #535353. Windows color (decimal): -13342408 or 3696948. OLE color: 3696948.

HSL color Cylindrical-coordinate representation of color #346938: hue angle of 124.53º 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 #346938 is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB5210556-
CMYK0.5000.470.59
HSL124.53º33.76%30.78%-
HSV(B)124.53º50.48%41.18%-
XYZ7.1811.125.51-
YUV83.57112.44105.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.41%
GREEN value IS 105 (41.41% from 255) = 49.30%
BLUE value IS 56 (22.27% from 255) = 26.29%
R=24.41%
G=49.30%
B=26.29%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52105560.5000.470.59124.5333.7630.78
Hex3469383202F3B7d221f
Octal641517062057731754237
Binary11010011010011110001100100101111111011111110110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346938; }

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

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

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

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

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

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

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

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