Html Css Color HEX #346F62 Genoa

📋 copy color: '#346F62'

red 52 ◦ green 111 ◦ blue 98

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

Shades of Genoa #346F62

Tints of Genoa #346F62

RGB

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

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

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

R = 19.92%
G = 42.53%
B = 37.55%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#346F62 (or 0x346F62) is known color: Genoa. HEX triplet: 34, 6F and 62. RGB value is (52,111,98). Sum of RGB (Red+Green+Blue) = 52+111+98=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 111 (43.75% from 255 or 42.53% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 111 - color contains mainly: green. Hex color #346F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346F62 is #CB909D. Grayscale: #5B5B5B. Windows color (decimal): -13340830 or 6450996. OLE color: 6450996.

HSL color Cylindrical-coordinate representation of color #346F62: hue angle of 166.78º 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 #346F62 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 111 98 -
CMYK 0.53 0 0.12 0.56
HSL 166.78º 0.36% 0.32% -
HSV(B) 166.78º 0.53% 0.44% -
XYZ 9.31 12.98 13.57 -
YUV 91.88 131.45 99.56 -
System Red Green Blue C M Y K H S L
Decimal 52 111 98 0.53 0 0.12 0.56 166.78 0.36 0.32
Hex 34 6F 62 35 0 C 38 A7 24 20
Octal 64 157 142 65 0 14 70 247 44 40
Binary 110100 1101111 1100010 110101 0 1100 111000 10100111 100100 100000

Color Harmonies of #346F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346F62

Black with #346F62

Text Example


Text Example

White with #346F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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