Html Css Color HEX #347F70 Genoa

📋 copy color: '#347F70'

red 52 ◦ green 127 ◦ blue 112

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

Shades of Genoa #347F70

Tints of Genoa #347F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.49%

R = 17.87%
G = 43.64%
B = 38.49%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#347F70 (or 0x347F70) is known color: Genoa. HEX triplet: 34, 7F and 70. RGB value is (52,127,112). Sum of RGB (Red+Green+Blue) = 52+127+112=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 127 (50% from 255 or 43.64% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 127 - color contains mainly: green. Hex color #347F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347F70 is #CB808F. Grayscale: #666666. Windows color (decimal): -13336720 or 7372596. OLE color: 7372596.

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

Color convert

RGB 52 127 112 -
CMYK 0.59 0 0.12 0.50
HSL 168º 0.42% 0.35% -
HSV(B) 168º 0.59% 0.5% -
XYZ 11.93 17.08 18 -
YUV 102.87 133.15 91.72 -
System Red Green Blue C M Y K H S L
Decimal 52 127 112 0.59 0 0.12 0.50 168 0.42 0.35
Hex 34 7F 70 3B 0 C 32 A8 2A 23
Octal 64 177 160 73 0 14 62 250 52 43
Binary 110100 1111111 1110000 111011 0 1100 110010 10101000 101010 100011

Color Harmonies of #347F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347F70

Black with #347F70

Text Example


Text Example

White with #347F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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