Html Css Color HEX #346C3A San Felix

📋 copy color: '#346C3A'

red 52 ◦ green 108 ◦ blue 58

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

Shades of San Felix #346C3A

Tints of San Felix #346C3A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 49.54%

 BLUE value IS 58 (23.05% from 255) = 26.61%

R = 23.85%
G = 49.54%
B = 26.61%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.46

 K value IS 0.58

RGB Variations

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

Color information

#346C3A (or 0x346C3A) is known color: San Felix. HEX triplet: 34, 6C and 3A. RGB value is (52,108,58). Sum of RGB (Red+Green+Blue) = 52+108+58=218 (28% of max value = 765). Red value is 52 (20.70% from 255 or 23.85% from 218); Green value is 108 (42.58% from 255 or 49.54% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 108 - color contains mainly: green. Hex color #346C3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #346C3A is #CB93C5. Grayscale: #555555. Windows color (decimal): -13341638 or 3828788. OLE color: 3828788.

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

Color convert

RGB 52 108 58 -
CMYK 0.52 0 0.46 0.58
HSL 126.43º 0.35% 0.31% -
HSV(B) 126.43º 0.52% 0.42% -
XYZ 7.54 11.76 5.88 -
YUV 85.56 112.45 104.07 -
System Red Green Blue C M Y K H S L
Decimal 52 108 58 0.52 0 0.46 0.58 126.43 0.35 0.31
Hex 34 6C 3A 34 0 2E 3A 7E 23 1F
Octal 64 154 72 64 0 56 72 176 43 37
Binary 110100 1101100 111010 110100 0 101110 111010 1111110 100011 11111

Color Harmonies of #346C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346C3A

Black with #346C3A

Text Example


Text Example

White with #346C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,108,58); }

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

background-color css

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

 a { background-color: rgb(52,108,58); }

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

border-color css

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

 span { border-color: rgb(52,108,58); }

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