Html Css Color HEX #347F73 Genoa

📋 copy color: '#347F73'

red 52 ◦ green 127 ◦ blue 115

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

Shades of Genoa #347F73

Tints of Genoa #347F73

RGB

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

 GREEN value IS 127 (50% from 255) = 43.2%

 BLUE value IS 115 (45.31% from 255) = 39.12%

R = 17.69%
G = 43.2%
B = 39.12%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#347F73 (or 0x347F73) is known color: Genoa. HEX triplet: 34, 7F and 73. RGB value is (52,127,115). Sum of RGB (Red+Green+Blue) = 52+127+115=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 127 (50% from 255 or 43.20% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 127 - color contains mainly: green. Hex color #347F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347F73 is #CB808C. Grayscale: #676767. Windows color (decimal): -13336717 or 7569204. OLE color: 7569204.

HSL color Cylindrical-coordinate representation of color #347F73: hue angle of 170.4º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #347F73 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 127 115 -
CMYK 0.59 0 0.09 0.50
HSL 170.4º 0.42% 0.35% -
HSV(B) 170.4º 0.59% 0.5% -
XYZ 12.1 17.15 18.89 -
YUV 103.21 134.65 91.48 -
System Red Green Blue C M Y K H S L
Decimal 52 127 115 0.59 0 0.09 0.50 170.4 0.42 0.35
Hex 34 7F 73 3B 0 9 32 AA 2A 23
Octal 64 177 163 73 0 11 62 252 52 43
Binary 110100 1111111 1110011 111011 0 1001 110010 10101010 101010 100011

Color Harmonies of #347F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347F73

Black with #347F73

Text Example


Text Example

White with #347F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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