Html Css Color HEX #346E65 Genoa

📋 copy color: '#346E65'

red 52 ◦ green 110 ◦ blue 101

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

Shades of Genoa #346E65

Tints of Genoa #346E65

RGB

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

 GREEN value IS 110 (43.36% from 255) = 41.83%

 BLUE value IS 101 (39.84% from 255) = 38.4%

R = 19.77%
G = 41.83%
B = 38.4%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.08

 K value IS 0.57

RGB Variations

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

Color information

#346E65 (or 0x346E65) is known color: Genoa. HEX triplet: 34, 6E and 65. RGB value is (52,110,101). Sum of RGB (Red+Green+Blue) = 52+110+101=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 110 (43.36% from 255 or 41.83% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 110 - color contains mainly: green. Hex color #346E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346E65 is #CB919A. Grayscale: #5B5B5B. Windows color (decimal): -13341083 or 6647348. OLE color: 6647348.

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

Color convert

RGB 52 110 101 -
CMYK 0.53 0 0.08 0.57
HSL 170.69º 0.36% 0.32% -
HSV(B) 170.69º 0.53% 0.43% -
XYZ 9.34 12.82 14.29 -
YUV 91.63 133.28 99.73 -
System Red Green Blue C M Y K H S L
Decimal 52 110 101 0.53 0 0.08 0.57 170.69 0.36 0.32
Hex 34 6E 65 35 0 8 39 AB 24 20
Octal 64 156 145 65 0 10 71 253 44 40
Binary 110100 1101110 1100101 110101 0 1000 111001 10101011 100100 100000

Color Harmonies of #346E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346E65

Black with #346E65

Text Example


Text Example

White with #346E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,110,101); }

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

background-color css

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

 a { background-color: rgb(52,110,101); }

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

border-color css

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

 span { border-color: rgb(52,110,101); }

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