Html Css Color HEX #346A64 Genoa

📋 copy color: '#346A64'

red 52 ◦ green 106 ◦ blue 100

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

Shades of Genoa #346A64

Tints of Genoa #346A64

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.09%

 BLUE value IS 100 (39.45% from 255) = 38.76%

R = 20.16%
G = 41.09%
B = 38.76%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#346A64 (or 0x346A64) is known color: Genoa. HEX triplet: 34, 6A and 64. RGB value is (52,106,100). Sum of RGB (Red+Green+Blue) = 52+106+100=258 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.16% from 258); Green value is 106 (41.80% from 255 or 41.09% from 258); Blue value is 100 (39.45% from 255 or 38.76% from 258); Max value from RGB is 106 - color contains mainly: green. Hex color #346A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346A64 is #CB959B. Grayscale: #595959. Windows color (decimal): -13342108 or 6580788. OLE color: 6580788.

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

Color convert

RGB 52 106 100 -
CMYK 0.51 0 0.06 0.58
HSL 173.33º 0.34% 0.31% -
HSV(B) 173.33º 0.51% 0.42% -
XYZ 8.87 11.96 13.9 -
YUV 89.17 134.11 101.49 -
System Red Green Blue C M Y K H S L
Decimal 52 106 100 0.51 0 0.06 0.58 173.33 0.34 0.31
Hex 34 6A 64 33 0 6 3A AD 22 1F
Octal 64 152 144 63 0 6 72 255 42 37
Binary 110100 1101010 1100100 110011 0 110 111010 10101101 100010 11111

Color Harmonies of #346A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346A64

Black with #346A64

Text Example


Text Example

White with #346A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,106,100); }

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

background-color css

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

 a { background-color: rgb(52,106,100); }

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

border-color css

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

 span { border-color: rgb(52,106,100); }

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