Html Css Color HEX #347369 Genoa

📋 copy color: '#347369'

red 52 ◦ green 115 ◦ blue 105

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

Shades of Genoa #347369

Tints of Genoa #347369

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.28%

 BLUE value IS 105 (41.41% from 255) = 38.6%

R = 19.12%
G = 42.28%
B = 38.6%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#347369 (or 0x347369) is known color: Genoa. HEX triplet: 34, 73 and 69. RGB value is (52,115,105). Sum of RGB (Red+Green+Blue) = 52+115+105=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 115 (45.31% from 255 or 42.28% from 272); Blue value is 105 (41.41% from 255 or 38.60% from 272); Max value from RGB is 115 - color contains mainly: green. Hex color #347369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347369 is #CB8C96. Grayscale: #5E5E5E. Windows color (decimal): -13339799 or 6910772. OLE color: 6910772.

HSL color Cylindrical-coordinate representation of color #347369: hue angle of 170.48º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #347369 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 115 105 -
CMYK 0.55 0 0.09 0.55
HSL 170.48º 0.38% 0.33% -
HSV(B) 170.48º 0.55% 0.45% -
XYZ 10.1 14.01 15.54 -
YUV 95.02 133.63 97.31 -
System Red Green Blue C M Y K H S L
Decimal 52 115 105 0.55 0 0.09 0.55 170.48 0.38 0.33
Hex 34 73 69 37 0 9 37 AA 26 21
Octal 64 163 151 67 0 11 67 252 46 41
Binary 110100 1110011 1101001 110111 0 1001 110111 10101010 100110 100001

Color Harmonies of #347369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347369

Black with #347369

Text Example


Text Example

White with #347369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347369; }

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

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

background-color css

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

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

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

border-color css

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

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

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