Html Css Color HEX #346B61 Genoa

📋 copy color: '#346B61'

red 52 ◦ green 107 ◦ blue 97

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

Shades of Genoa #346B61

Tints of Genoa #346B61

RGB

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

 GREEN value IS 107 (42.19% from 255) = 41.8%

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

R = 20.31%
G = 41.8%
B = 37.89%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.09

 K value IS 0.58

RGB Variations

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

Color information

#346B61 (or 0x346B61) is known color: Genoa. HEX triplet: 34, 6B and 61. RGB value is (52,107,97). Sum of RGB (Red+Green+Blue) = 52+107+97=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 107 (42.19% from 255 or 41.80% from 256); Blue value is 97 (38.28% from 255 or 37.89% from 256); Max value from RGB is 107 - color contains mainly: green. Hex color #346B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346B61 is #CB949E. Grayscale: #595959. Windows color (decimal): -13341855 or 6384436. OLE color: 6384436.

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

Color convert

RGB 52 107 97 -
CMYK 0.51 0 0.09 0.58
HSL 169.09º 0.35% 0.31% -
HSV(B) 169.09º 0.51% 0.42% -
XYZ 8.83 12.11 13.18 -
YUV 89.42 132.28 101.31 -
System Red Green Blue C M Y K H S L
Decimal 52 107 97 0.51 0 0.09 0.58 169.09 0.35 0.31
Hex 34 6B 61 33 0 9 3A A9 23 1F
Octal 64 153 141 63 0 11 72 251 43 37
Binary 110100 1101011 1100001 110011 0 1001 111010 10101001 100011 11111

Color Harmonies of #346B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346B61

Black with #346B61

Text Example


Text Example

White with #346B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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