Html Css Color HEX #347E75 Genoa

📋 copy color: '#347E75'

red 52 ◦ green 126 ◦ blue 117

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

Shades of Genoa #347E75

Tints of Genoa #347E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39.66%

R = 17.63%
G = 42.71%
B = 39.66%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#347E75 (or 0x347E75) is known color: Genoa. HEX triplet: 34, 7E and 75. RGB value is (52,126,117). Sum of RGB (Red+Green+Blue) = 52+126+117=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 126 (49.61% from 255 or 42.71% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 126 - color contains mainly: green. Hex color #347E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347E75 is #CB818A. Grayscale: #666666. Windows color (decimal): -13336971 or 7700020. OLE color: 7700020.

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

Color convert

RGB 52 126 117 -
CMYK 0.59 0 0.07 0.51
HSL 172.7º 0.42% 0.35% -
HSV(B) 172.7º 0.59% 0.49% -
XYZ 12.09 16.94 19.46 -
YUV 102.85 135.98 91.73 -
System Red Green Blue C M Y K H S L
Decimal 52 126 117 0.59 0 0.07 0.51 172.7 0.42 0.35
Hex 34 7E 75 3B 0 7 33 AD 2A 23
Octal 64 176 165 73 0 7 63 255 52 43
Binary 110100 1111110 1110101 111011 0 111 110011 10101101 101010 100011

Color Harmonies of #347E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347E75

Black with #347E75

Text Example


Text Example

White with #347E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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