#347E75

Color #347E75 Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #347E75

Tints of Genoa #347E75

Color information

#347E75 (or 0x347E75) is unknown color: approx 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

RGB52126117-
CMYK0.5900.070.51
HSL172.7º41.57%34.9%-
HSV(B)172.7º58.73%49.41%-
XYZ12.0916.9419.46-
YUV102.85135.9891.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% 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 (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal521261170.5900.070.51172.741.5734.9
Hex347E753B0733ad2a23
Octal641761657307632555243
Binary11010011111101110101111011011111001110101101101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>