Html Css Color HEX #346D61 Genoa

📋 copy color: '#346D61'

red 52 ◦ green 109 ◦ blue 97

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

Shades of Genoa #346D61

Tints of Genoa #346D61

RGB

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

 GREEN value IS 109 (42.97% from 255) = 42.25%

 BLUE value IS 97 (38.28% from 255) = 37.6%

R = 20.16%
G = 42.25%
B = 37.6%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#346D61 (or 0x346D61) is known color: Genoa. HEX triplet: 34, 6D and 61. RGB value is (52,109,97). Sum of RGB (Red+Green+Blue) = 52+109+97=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 109 (42.97% from 255 or 42.25% from 258); Blue value is 97 (38.28% from 255 or 37.60% from 258); Max value from RGB is 109 - color contains mainly: green. Hex color #346D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346D61 is #CB929E. Grayscale: #5A5A5A. Windows color (decimal): -13341343 or 6384948. OLE color: 6384948.

HSL color Cylindrical-coordinate representation of color #346D61: hue angle of 167.37º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #346D61 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.57.

Color convert

RGB 52 109 97 -
CMYK 0.52 0 0.11 0.57
HSL 167.37º 0.35% 0.32% -
HSV(B) 167.37º 0.52% 0.43% -
XYZ 9.04 12.53 13.25 -
YUV 90.59 131.62 100.48 -
System Red Green Blue C M Y K H S L
Decimal 52 109 97 0.52 0 0.11 0.57 167.37 0.35 0.32
Hex 34 6D 61 34 0 B 39 A7 23 20
Octal 64 155 141 64 0 13 71 247 43 40
Binary 110100 1101101 1100001 110100 0 1011 111001 10100111 100011 100000

Color Harmonies of #346D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346D61

Black with #346D61

Text Example


Text Example

White with #346D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,109,97); }

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

background-color css

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

 a { background-color: rgb(52,109,97); }

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

border-color css

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

 span { border-color: rgb(52,109,97); }

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