Html Css Color HEX #347F6B Genoa

📋 copy color: '#347F6B'

red 52 ◦ green 127 ◦ blue 107

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

Shades of Genoa #347F6B

Tints of Genoa #347F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.41%

R = 18.18%
G = 44.41%
B = 37.41%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#347F6B (or 0x347F6B) is known color: Genoa. HEX triplet: 34, 7F and 6B. RGB value is (52,127,107). Sum of RGB (Red+Green+Blue) = 52+127+107=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 127 (50% from 255 or 44.41% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 127 - color contains mainly: green. Hex color #347F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347F6B is #CB8094. Grayscale: #666666. Windows color (decimal): -13336725 or 7044916. OLE color: 7044916.

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

Color convert

RGB 52 127 107 -
CMYK 0.59 0 0.16 0.50
HSL 164º 0.42% 0.35% -
HSV(B) 164º 0.59% 0.5% -
XYZ 11.66 16.97 16.57 -
YUV 102.3 130.65 92.13 -
System Red Green Blue C M Y K H S L
Decimal 52 127 107 0.59 0 0.16 0.50 164 0.42 0.35
Hex 34 7F 6B 3B 0 10 32 A4 2A 23
Octal 64 177 153 73 0 20 62 244 52 43
Binary 110100 1111111 1101011 111011 0 10000 110010 10100100 101010 100011

Color Harmonies of #347F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347F6B

Black with #347F6B

Text Example


Text Example

White with #347F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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