Html Css Color HEX #347F71 Genoa

📋 copy color: '#347F71'

red 52 ◦ green 127 ◦ blue 113

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

Shades of Genoa #347F71

Tints of Genoa #347F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.7%

R = 17.81%
G = 43.49%
B = 38.7%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#347F71 (or 0x347F71) is known color: Genoa. HEX triplet: 34, 7F and 71. RGB value is (52,127,113). Sum of RGB (Red+Green+Blue) = 52+127+113=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 127 (50% from 255 or 43.49% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 127 - color contains mainly: green. Hex color #347F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347F71 is #CB808E. Grayscale: #666666. Windows color (decimal): -13336719 or 7438132. OLE color: 7438132.

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

Color convert

RGB 52 127 113 -
CMYK 0.59 0 0.11 0.50
HSL 168.8º 0.42% 0.35% -
HSV(B) 168.8º 0.59% 0.5% -
XYZ 11.99 17.1 18.29 -
YUV 102.98 133.65 91.64 -
System Red Green Blue C M Y K H S L
Decimal 52 127 113 0.59 0 0.11 0.50 168.8 0.42 0.35
Hex 34 7F 71 3B 0 B 32 A9 2A 23
Octal 64 177 161 73 0 13 62 251 52 43
Binary 110100 1111111 1110001 111011 0 1011 110010 10101001 101010 100011

Color Harmonies of #347F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347F71

Black with #347F71

Text Example


Text Example

White with #347F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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