Html Css Color HEX #346C61 Genoa

📋 copy color: '#346C61'

red 52 ◦ green 108 ◦ blue 97

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

Shades of Genoa #346C61

Tints of Genoa #346C61

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.02%

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

R = 20.23%
G = 42.02%
B = 37.74%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#346C61 (or 0x346C61) is known color: Genoa. HEX triplet: 34, 6C and 61. RGB value is (52,108,97). Sum of RGB (Red+Green+Blue) = 52+108+97=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 108 (42.58% from 255 or 42.02% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 108 - color contains mainly: green. Hex color #346C61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346C61 is #CB939E. Grayscale: #595959. Windows color (decimal): -13341599 or 6384692. OLE color: 6384692.

HSL color Cylindrical-coordinate representation of color #346C61: hue angle of 168.21º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #346C61 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 52 108 97 -
CMYK 0.52 0 0.10 0.58
HSL 168.21º 0.35% 0.31% -
HSV(B) 168.21º 0.52% 0.42% -
XYZ 8.94 12.32 13.22 -
YUV 90 131.95 100.89 -
System Red Green Blue C M Y K H S L
Decimal 52 108 97 0.52 0 0.10 0.58 168.21 0.35 0.31
Hex 34 6C 61 34 0 A 3A A8 23 1F
Octal 64 154 141 64 0 12 72 250 43 37
Binary 110100 1101100 1100001 110100 0 1010 111010 10101000 100011 11111

Color Harmonies of #346C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346C61

Black with #346C61

Text Example


Text Example

White with #346C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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