Html Css Color HEX #347C74 Genoa

📋 copy color: '#347C74'

red 52 ◦ green 124 ◦ blue 116

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

Shades of Genoa #347C74

Tints of Genoa #347C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.73%

R = 17.81%
G = 42.47%
B = 39.73%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#347C74 (or 0x347C74) is known color: Genoa. HEX triplet: 34, 7C and 74. RGB value is (52,124,116). Sum of RGB (Red+Green+Blue) = 52+124+116=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 124 (48.83% from 255 or 42.47% from 292); Blue value is 116 (45.70% from 255 or 39.73% from 292); Max value from RGB is 124 - color contains mainly: green. Hex color #347C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347C74 is #CB838B. Grayscale: #656565. Windows color (decimal): -13337484 or 7633972. OLE color: 7633972.

HSL color Cylindrical-coordinate representation of color #347C74: hue angle of 173.33º 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 #347C74 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 124 116 -
CMYK 0.58 0 0.06 0.51
HSL 173.33º 0.41% 0.35% -
HSV(B) 173.33º 0.58% 0.49% -
XYZ 11.78 16.41 19.07 -
YUV 101.56 136.15 92.65 -
System Red Green Blue C M Y K H S L
Decimal 52 124 116 0.58 0 0.06 0.51 173.33 0.41 0.35
Hex 34 7C 74 3A 0 6 33 AD 29 23
Octal 64 174 164 72 0 6 63 255 51 43
Binary 110100 1111100 1110100 111010 0 110 110011 10101101 101001 100011

Color Harmonies of #347C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347C74

Black with #347C74

Text Example


Text Example

White with #347C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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