Html Css Color HEX #347F6E Genoa

📋 copy color: '#347F6E'

red 52 ◦ green 127 ◦ blue 110

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

Shades of Genoa #347F6E

Tints of Genoa #347F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.06%

R = 17.99%
G = 43.94%
B = 38.06%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#347F6E (or 0x347F6E) is known color: Genoa. HEX triplet: 34, 7F and 6E. RGB value is (52,127,110). Sum of RGB (Red+Green+Blue) = 52+127+110=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 127 (50% from 255 or 43.94% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 127 - color contains mainly: green. Hex color #347F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347F6E is #CB8091. Grayscale: #666666. Windows color (decimal): -13336722 or 7241524. OLE color: 7241524.

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

Color convert

RGB 52 127 110 -
CMYK 0.59 0 0.13 0.50
HSL 166.4º 0.42% 0.35% -
HSV(B) 166.4º 0.59% 0.5% -
XYZ 11.82 17.03 17.42 -
YUV 102.64 132.15 91.88 -
System Red Green Blue C M Y K H S L
Decimal 52 127 110 0.59 0 0.13 0.50 166.4 0.42 0.35
Hex 34 7F 6E 3B 0 D 32 A6 2A 23
Octal 64 177 156 73 0 15 62 246 52 43
Binary 110100 1111111 1101110 111011 0 1101 110010 10100110 101010 100011

Color Harmonies of #347F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347F6E

Black with #347F6E

Text Example


Text Example

White with #347F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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