Html Css Color HEX #346732 San Felix

📋 copy color: '#346732'

red 52 ◦ green 103 ◦ blue 50

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

Shades of San Felix #346732

Tints of San Felix #346732

RGB

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

 GREEN value IS 103 (40.63% from 255) = 50.24%

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

R = 25.37%
G = 50.24%
B = 24.39%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.51

 K value IS 0.60

RGB Variations

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

Color information

#346732 (or 0x346732) is known color: San Felix. HEX triplet: 34, 67 and 32. RGB value is (52,103,50). Sum of RGB (Red+Green+Blue) = 52+103+50=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 103 (40.62% from 255 or 50.24% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 103 - color contains mainly: green. Hex color #346732 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346732 is #CB98CD. Grayscale: #515151. Windows color (decimal): -13342926 or 3303220. OLE color: 3303220.

HSL color Cylindrical-coordinate representation of color #346732: hue angle of 117.74º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #346732 is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB 52 103 50 -
CMYK 0.50 0 0.51 0.60
HSL 117.74º 0.35% 0.3% -
HSV(B) 117.74º 0.51% 0.4% -
XYZ 6.84 10.66 4.71 -
YUV 81.71 110.1 106.81 -
System Red Green Blue C M Y K H S L
Decimal 52 103 50 0.50 0 0.51 0.60 117.74 0.35 0.3
Hex 34 67 32 32 0 33 3C 76 23 1E
Octal 64 147 62 62 0 63 74 166 43 36
Binary 110100 1100111 110010 110010 0 110011 111100 1110110 100011 11110

Color Harmonies of #346732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346732

Black with #346732

Text Example


Text Example

White with #346732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346732; }

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

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

background-color css

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

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

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

border-color css

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

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

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