Html Css Color HEX #346F61 Genoa

📋 copy color: '#346F61'

red 52 ◦ green 111 ◦ blue 97

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

Shades of Genoa #346F61

Tints of Genoa #346F61

RGB

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

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

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

R = 20%
G = 42.69%
B = 37.31%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#346F61 (or 0x346F61) is known color: Genoa. HEX triplet: 34, 6F and 61. RGB value is (52,111,97). Sum of RGB (Red+Green+Blue) = 52+111+97=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 111 (43.75% from 255 or 42.69% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 111 - color contains mainly: green. Hex color #346F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346F61 is #CB909E. Grayscale: #5B5B5B. Windows color (decimal): -13340831 or 6385460. OLE color: 6385460.

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

Color convert

RGB 52 111 97 -
CMYK 0.53 0 0.13 0.56
HSL 165.76º 0.36% 0.32% -
HSV(B) 165.76º 0.53% 0.44% -
XYZ 9.26 12.96 13.32 -
YUV 91.76 130.95 99.64 -
System Red Green Blue C M Y K H S L
Decimal 52 111 97 0.53 0 0.13 0.56 165.76 0.36 0.32
Hex 34 6F 61 35 0 D 38 A6 24 20
Octal 64 157 141 65 0 15 70 246 44 40
Binary 110100 1101111 1100001 110101 0 1101 111000 10100110 100100 100000

Color Harmonies of #346F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346F61

Black with #346F61

Text Example


Text Example

White with #346F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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