Html Css Color HEX #347F6A Genoa

📋 copy color: '#347F6A'

red 52 ◦ green 127 ◦ blue 106

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

Shades of Genoa #347F6A

Tints of Genoa #347F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 37.19%

R = 18.25%
G = 44.56%
B = 37.19%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#347F6A (or 0x347F6A) is known color: Genoa. HEX triplet: 34, 7F and 6A. RGB value is (52,127,106). Sum of RGB (Red+Green+Blue) = 52+127+106=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 127 (50% from 255 or 44.56% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 127 - color contains mainly: green. Hex color #347F6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347F6A is #CB8095. Grayscale: #666666. Windows color (decimal): -13336726 or 6979380. OLE color: 6979380.

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

Color convert

RGB 52 127 106 -
CMYK 0.59 0 0.17 0.50
HSL 163.2º 0.42% 0.35% -
HSV(B) 163.2º 0.59% 0.5% -
XYZ 11.61 16.95 16.3 -
YUV 102.18 130.15 92.21 -
System Red Green Blue C M Y K H S L
Decimal 52 127 106 0.59 0 0.17 0.50 163.2 0.42 0.35
Hex 34 7F 6A 3B 0 11 32 A3 2A 23
Octal 64 177 152 73 0 21 62 243 52 43
Binary 110100 1111111 1101010 111011 0 10001 110010 10100011 101010 100011

Color Harmonies of #347F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347F6A

Black with #347F6A

Text Example


Text Example

White with #347F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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