Html Css Color HEX #347974 Genoa

📋 copy color: '#347974'

red 52 ◦ green 121 ◦ blue 116

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

Shades of Genoa #347974

Tints of Genoa #347974

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.87%

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

R = 17.99%
G = 41.87%
B = 40.14%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#347974 (or 0x347974) is known color: Genoa. HEX triplet: 34, 79 and 74. RGB value is (52,121,116). Sum of RGB (Red+Green+Blue) = 52+121+116=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 121 (47.66% from 255 or 41.87% from 289); Blue value is 116 (45.70% from 255 or 40.14% from 289); Max value from RGB is 121 - color contains mainly: green. Hex color #347974 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347974 is #CB868B. Grayscale: #636363. Windows color (decimal): -13338252 or 7633204. OLE color: 7633204.

HSL color Cylindrical-coordinate representation of color #347974: hue angle of 175.65º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #347974 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 121 116 -
CMYK 0.57 0 0.04 0.53
HSL 175.65º 0.4% 0.34% -
HSV(B) 175.65º 0.57% 0.47% -
XYZ 11.41 15.67 18.95 -
YUV 99.8 137.14 93.91 -
System Red Green Blue C M Y K H S L
Decimal 52 121 116 0.57 0 0.04 0.53 175.65 0.4 0.34
Hex 34 79 74 39 0 4 35 B0 28 22
Octal 64 171 164 71 0 4 65 260 50 42
Binary 110100 1111001 1110100 111001 0 100 110101 10110000 101000 100010

Color Harmonies of #347974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347974

Black with #347974

Text Example


Text Example

White with #347974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347974; }

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

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

background-color css

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

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

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

border-color css

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

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

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