Html Css Color HEX #346B62 Genoa

📋 copy color: '#346B62'

red 52 ◦ green 107 ◦ blue 98

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

Shades of Genoa #346B62

Tints of Genoa #346B62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 38.13%

R = 20.23%
G = 41.63%
B = 38.13%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#346B62 (or 0x346B62) is known color: Genoa. HEX triplet: 34, 6B and 62. RGB value is (52,107,98). Sum of RGB (Red+Green+Blue) = 52+107+98=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 107 (42.19% from 255 or 41.63% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 107 - color contains mainly: green. Hex color #346B62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346B62 is #CB949D. Grayscale: #595959. Windows color (decimal): -13341854 or 6449972. OLE color: 6449972.

HSL color Cylindrical-coordinate representation of color #346B62: hue angle of 170.18º 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 #346B62 is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 52 107 98 -
CMYK 0.51 0 0.08 0.58
HSL 170.18º 0.35% 0.31% -
HSV(B) 170.18º 0.51% 0.42% -
XYZ 8.88 12.13 13.43 -
YUV 89.53 132.78 101.23 -
System Red Green Blue C M Y K H S L
Decimal 52 107 98 0.51 0 0.08 0.58 170.18 0.35 0.31
Hex 34 6B 62 33 0 8 3A AA 23 1F
Octal 64 153 142 63 0 10 72 252 43 37
Binary 110100 1101011 1100010 110011 0 1000 111010 10101010 100011 11111

Color Harmonies of #346B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346B62

Black with #346B62

Text Example


Text Example

White with #346B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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