Html Css Color HEX #347C70 Genoa

📋 copy color: '#347C70'

red 52 ◦ green 124 ◦ blue 112

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

Shades of Genoa #347C70

Tints of Genoa #347C70

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.06%

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

R = 18.06%
G = 43.06%
B = 38.89%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#347C70 (or 0x347C70) is known color: Genoa. HEX triplet: 34, 7C and 70. RGB value is (52,124,112). Sum of RGB (Red+Green+Blue) = 52+124+112=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 124 (48.83% from 255 or 43.06% from 288); Blue value is 112 (44.14% from 255 or 38.89% from 288); Max value from RGB is 124 - color contains mainly: green. Hex color #347C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347C70 is #CB838F. Grayscale: #656565. Windows color (decimal): -13337488 or 7371828. OLE color: 7371828.

HSL color Cylindrical-coordinate representation of color #347C70: hue angle of 170º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #347C70 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 124 112 -
CMYK 0.58 0 0.10 0.51
HSL 170º 0.41% 0.35% -
HSV(B) 170º 0.58% 0.49% -
XYZ 11.55 16.32 17.87 -
YUV 101.1 134.15 92.98 -
System Red Green Blue C M Y K H S L
Decimal 52 124 112 0.58 0 0.10 0.51 170 0.41 0.35
Hex 34 7C 70 3A 0 A 33 AA 29 23
Octal 64 174 160 72 0 12 63 252 51 43
Binary 110100 1111100 1110000 111010 0 1010 110011 10101010 101001 100011

Color Harmonies of #347C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347C70

Black with #347C70

Text Example


Text Example

White with #347C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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