Html Css Color HEX #346967 Genoa

📋 copy color: '#346967'

red 52 ◦ green 105 ◦ blue 103

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

Shades of Genoa #346967

Tints of Genoa #346967

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.38%

 BLUE value IS 103 (40.63% from 255) = 39.62%

R = 20%
G = 40.38%
B = 39.62%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#346967 (or 0x346967) is known color: Genoa. HEX triplet: 34, 69 and 67. RGB value is (52,105,103). Sum of RGB (Red+Green+Blue) = 52+105+103=260 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 103 (40.62% from 255 or 39.62% from 260); Max value from RGB is 105 - color contains mainly: green. Hex color #346967 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346967 is #CB9698. Grayscale: #585858. Windows color (decimal): -13342361 or 6777140. OLE color: 6777140.

HSL color Cylindrical-coordinate representation of color #346967: hue angle of 177.74º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #346967 is Cyan = 0.50, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB 52 105 103 -
CMYK 0.50 0 0.02 0.59
HSL 177.74º 0.34% 0.31% -
HSV(B) 177.74º 0.5% 0.41% -
XYZ 8.92 11.81 14.64 -
YUV 88.93 135.94 101.66 -
System Red Green Blue C M Y K H S L
Decimal 52 105 103 0.50 0 0.02 0.59 177.74 0.34 0.31
Hex 34 69 67 32 0 2 3B B2 22 1F
Octal 64 151 147 62 0 2 73 262 42 37
Binary 110100 1101001 1100111 110010 0 10 111011 10110010 100010 11111

Color Harmonies of #346967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346967

Black with #346967

Text Example


Text Example

White with #346967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346967; }

 p { color: rgb(52,105,103); }

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

background-color css

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

 a { background-color: rgb(52,105,103); }

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

border-color css

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

 span { border-color: rgb(52,105,103); }

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