Html Css Color HEX #346963 Genoa

📋 copy color: '#346963'

red 52 ◦ green 105 ◦ blue 99

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

Shades of Genoa #346963

Tints of Genoa #346963

RGB

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

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

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

R = 20.31%
G = 41.02%
B = 38.67%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#346963 (or 0x346963) is known color: Genoa. HEX triplet: 34, 69 and 63. RGB value is (52,105,99). Sum of RGB (Red+Green+Blue) = 52+105+99=256 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.31% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 105 - color contains mainly: green. Hex color #346963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346963 is #CB969C. Grayscale: #585858. Windows color (decimal): -13342365 or 6514996. OLE color: 6514996.

HSL color Cylindrical-coordinate representation of color #346963: hue angle of 173.21º 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 #346963 is Cyan = 0.50, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 52 105 99 -
CMYK 0.50 0 0.06 0.59
HSL 173.21º 0.34% 0.31% -
HSV(B) 173.21º 0.5% 0.41% -
XYZ 8.72 11.73 13.61 -
YUV 88.47 133.94 101.99 -
System Red Green Blue C M Y K H S L
Decimal 52 105 99 0.50 0 0.06 0.59 173.21 0.34 0.31
Hex 34 69 63 32 0 6 3B AD 22 1F
Octal 64 151 143 62 0 6 73 255 42 37
Binary 110100 1101001 1100011 110010 0 110 111011 10101101 100010 11111

Color Harmonies of #346963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346963

Black with #346963

Text Example


Text Example

White with #346963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346963; }

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

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

background-color css

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

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

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

border-color css

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

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

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