Html Css Color HEX #346D63 Genoa

📋 copy color: '#346D63'

red 52 ◦ green 109 ◦ blue 99

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

Shades of Genoa #346D63

Tints of Genoa #346D63

RGB

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

 GREEN value IS 109 (42.97% from 255) = 41.92%

 BLUE value IS 99 (39.06% from 255) = 38.08%

R = 20%
G = 41.92%
B = 38.08%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.09

 K value IS 0.57

RGB Variations

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

Color information

#346D63 (or 0x346D63) is known color: Genoa. HEX triplet: 34, 6D and 63. RGB value is (52,109,99). Sum of RGB (Red+Green+Blue) = 52+109+99=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 109 (42.97% from 255 or 41.92% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 109 - color contains mainly: green. Hex color #346D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346D63 is #CB929C. Grayscale: #5A5A5A. Windows color (decimal): -13341341 or 6516020. OLE color: 6516020.

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

Color convert

RGB 52 109 99 -
CMYK 0.52 0 0.09 0.57
HSL 169.47º 0.35% 0.32% -
HSV(B) 169.47º 0.52% 0.43% -
XYZ 9.14 12.57 13.75 -
YUV 90.82 132.62 100.31 -
System Red Green Blue C M Y K H S L
Decimal 52 109 99 0.52 0 0.09 0.57 169.47 0.35 0.32
Hex 34 6D 63 34 0 9 39 A9 23 20
Octal 64 155 143 64 0 11 71 251 43 40
Binary 110100 1101101 1100011 110100 0 1001 111001 10101001 100011 100000

Color Harmonies of #346D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346D63

Black with #346D63

Text Example


Text Example

White with #346D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,109,99); }

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

background-color css

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

 a { background-color: rgb(52,109,99); }

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

border-color css

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

 span { border-color: rgb(52,109,99); }

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