Html Css Color HEX #346A32 San Felix

📋 copy color: '#346A32'

red 52 ◦ green 106 ◦ blue 50

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

Shades of San Felix #346A32

Tints of San Felix #346A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 24.04%

R = 25%
G = 50.96%
B = 24.04%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.53

 K value IS 0.58

RGB Variations

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

Color information

#346A32 (or 0x346A32) is known color: San Felix. HEX triplet: 34, 6A and 32. RGB value is (52,106,50). Sum of RGB (Red+Green+Blue) = 52+106+50=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 106 (41.80% from 255 or 50.96% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 106 - color contains mainly: green. Hex color #346A32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346A32 is #CB95CD. Grayscale: #535353. Windows color (decimal): -13342158 or 3303988. OLE color: 3303988.

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

Color convert

RGB 52 106 50 -
CMYK 0.51 0 0.53 0.58
HSL 117.86º 0.36% 0.31% -
HSV(B) 117.86º 0.53% 0.42% -
XYZ 7.15 11.27 4.82 -
YUV 83.47 109.11 105.55 -
System Red Green Blue C M Y K H S L
Decimal 52 106 50 0.51 0 0.53 0.58 117.86 0.36 0.31
Hex 34 6A 32 33 0 35 3A 76 24 1F
Octal 64 152 62 63 0 65 72 166 44 37
Binary 110100 1101010 110010 110011 0 110101 111010 1110110 100100 11111

Color Harmonies of #346A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346A32

Black with #346A32

Text Example


Text Example

White with #346A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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