Html Css Color HEX #347E68 Genoa

📋 copy color: '#347E68'

red 52 ◦ green 126 ◦ blue 104

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

Shades of Genoa #347E68

Tints of Genoa #347E68

RGB

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

 GREEN value IS 126 (49.61% from 255) = 44.68%

 BLUE value IS 104 (41.02% from 255) = 36.88%

R = 18.44%
G = 44.68%
B = 36.88%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#347E68 (or 0x347E68) is known color: Genoa. HEX triplet: 34, 7E and 68. RGB value is (52,126,104). Sum of RGB (Red+Green+Blue) = 52+126+104=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 126 (49.61% from 255 or 44.68% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 126 - color contains mainly: green. Hex color #347E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347E68 is #CB8197. Grayscale: #656565. Windows color (decimal): -13336984 or 6848052. OLE color: 6848052.

HSL color Cylindrical-coordinate representation of color #347E68: hue angle of 162.16º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #347E68 is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 126 104 -
CMYK 0.59 0 0.17 0.51
HSL 162.16º 0.42% 0.35% -
HSV(B) 162.16º 0.59% 0.49% -
XYZ 11.38 16.65 15.71 -
YUV 101.37 129.48 92.79 -
System Red Green Blue C M Y K H S L
Decimal 52 126 104 0.59 0 0.17 0.51 162.16 0.42 0.35
Hex 34 7E 68 3B 0 11 33 A2 2A 23
Octal 64 176 150 73 0 21 63 242 52 43
Binary 110100 1111110 1101000 111011 0 10001 110011 10100010 101010 100011

Color Harmonies of #347E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347E68

Black with #347E68

Text Example


Text Example

White with #347E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,126,104); }

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

background-color css

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

 a { background-color: rgb(52,126,104); }

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

border-color css

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

 span { border-color: rgb(52,126,104); }

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