Html Css Color HEX #346931 San Felix

📋 copy color: '#346931'

red 52 ◦ green 105 ◦ blue 49

#346931
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Felix #346931

Tints of San Felix #346931

RGB

 RED value IS 52 (20.7% from 255) = 25.24%

 GREEN value IS 105 (41.41% from 255) = 50.97%

 BLUE value IS 49 (19.53% from 255) = 23.79%

R = 25.24%
G = 50.97%
B = 23.79%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#346931 (or 0x346931) is known color: San Felix. HEX triplet: 34, 69 and 31. RGB value is (52,105,49). Sum of RGB (Red+Green+Blue) = 52+105+49=206 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.24% from 206); Green value is 105 (41.41% from 255 or 50.97% from 206); Blue value is 49 (19.53% from 255 or 23.79% from 206); Max value from RGB is 105 - color contains mainly: green. Hex color #346931 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346931 is #CB96CE. Grayscale: #525252. Windows color (decimal): -13342415 or 3238196. OLE color: 3238196.

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

Color convert

RGB 52 105 49 -
CMYK 0.50 0 0.53 0.59
HSL 116.79º 0.36% 0.3% -
HSV(B) 116.79º 0.53% 0.41% -
XYZ 7.02 11.05 4.67 -
YUV 82.77 108.94 106.05 -
System Red Green Blue C M Y K H S L
Decimal 52 105 49 0.50 0 0.53 0.59 116.79 0.36 0.3
Hex 34 69 31 32 0 35 3B 75 24 1E
Octal 64 151 61 62 0 65 73 165 44 36
Binary 110100 1101001 110001 110010 0 110101 111011 1110101 100100 11110

Color Harmonies of #346931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346931

Black with #346931

Text Example


Text Example

White with #346931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346931; }

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

 H1.HeaderClassName
 {
   color: #346931;
 }
 .AnyTagClassName
 {
   color: #346931;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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