Html Css Color HEX #346F3C San Felix

📋 copy color: '#346F3C'

red 52 ◦ green 111 ◦ blue 60

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

Shades of San Felix #346F3C

Tints of San Felix #346F3C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 49.78%

 BLUE value IS 60 (23.83% from 255) = 26.91%

R = 23.32%
G = 49.78%
B = 26.91%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#346F3C (or 0x346F3C) is known color: San Felix. HEX triplet: 34, 6F and 3C. RGB value is (52,111,60). Sum of RGB (Red+Green+Blue) = 52+111+60=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 111 (43.75% from 255 or 49.78% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 111 - color contains mainly: green. Hex color #346F3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346F3C is #CB90C3. Grayscale: #575757. Windows color (decimal): -13340868 or 3960628. OLE color: 3960628.

HSL color Cylindrical-coordinate representation of color #346F3C: hue angle of 128.14º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #346F3C is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 111 60 -
CMYK 0.53 0 0.46 0.56
HSL 128.14º 0.36% 0.32% -
HSV(B) 128.14º 0.53% 0.44% -
XYZ 7.92 12.43 6.26 -
YUV 87.55 112.45 102.65 -
System Red Green Blue C M Y K H S L
Decimal 52 111 60 0.53 0 0.46 0.56 128.14 0.36 0.32
Hex 34 6F 3C 35 0 2E 38 80 24 20
Octal 64 157 74 65 0 56 70 200 44 40
Binary 110100 1101111 111100 110101 0 101110 111000 10000000 100100 100000

Color Harmonies of #346F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346F3C

Black with #346F3C

Text Example


Text Example

White with #346F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,111,60); }

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

background-color css

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

 a { background-color: rgb(52,111,60); }

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

border-color css

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

 span { border-color: rgb(52,111,60); }

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