Html Css Color HEX #346A31 San Felix

📋 copy color: '#346A31'

red 52 ◦ green 106 ◦ blue 49

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

Shades of San Felix #346A31

Tints of San Felix #346A31

RGB

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

 GREEN value IS 106 (41.8% from 255) = 51.21%

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

R = 25.12%
G = 51.21%
B = 23.67%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.54

 K value IS 0.58

RGB Variations

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

Color information

#346A31 (or 0x346A31) is known color: San Felix. HEX triplet: 34, 6A and 31. RGB value is (52,106,49). Sum of RGB (Red+Green+Blue) = 52+106+49=207 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.12% from 207); Green value is 106 (41.80% from 255 or 51.21% from 207); Blue value is 49 (19.53% from 255 or 23.67% from 207); Max value from RGB is 106 - color contains mainly: green. Hex color #346A31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346A31 is #CB95CE. Grayscale: #535353. Windows color (decimal): -13342159 or 3238452. OLE color: 3238452.

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

Color convert

RGB 52 106 49 -
CMYK 0.51 0 0.54 0.58
HSL 116.84º 0.37% 0.3% -
HSV(B) 116.84º 0.54% 0.42% -
XYZ 7.12 11.26 4.7 -
YUV 83.36 108.61 105.63 -
System Red Green Blue C M Y K H S L
Decimal 52 106 49 0.51 0 0.54 0.58 116.84 0.37 0.3
Hex 34 6A 31 33 0 36 3A 75 25 1E
Octal 64 152 61 63 0 66 72 165 45 36
Binary 110100 1101010 110001 110011 0 110110 111010 1110101 100101 11110

Color Harmonies of #346A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346A31

Black with #346A31

Text Example


Text Example

White with #346A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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