#347E72

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

Shades of Genoa #347E72

Tints of Genoa #347E72

Color information

#347E72 (or 0x347E72) is unknown color: approx Genoa. HEX triplet: 34, 7E and 72. RGB value is (52,126,114). Sum of RGB (Red+Green+Blue) = 52+126+114=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 126 (49.61% from 255 or 43.15% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 126 - color contains mainly: green. Hex color #347E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347E72 is #CB818D. Grayscale: #666666. Windows color (decimal): -13336974 or 7503412. OLE color: 7503412.

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

Color convert

RGB52126114-
CMYK0.5900.100.51
HSL170.27º41.57%34.9%-
HSV(B)170.27º58.73%49.41%-
XYZ11.9116.8718.55-
YUV102.51134.4891.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.81%
GREEN value IS 126 (49.61% from 255) = 43.15%
BLUE value IS 114 (44.92% from 255) = 39.04%
R=17.81%
G=43.15%
B=39.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal521261140.5900.100.51170.2741.5734.9
Hex347E723B0A33aa2a23
Octal6417616273012632525243
Binary110100111111011100101110110101011001110101010101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #347E72;
 }
 .AnyTagClassName
 {
   color: #347E72;
 }
</style>
background-color css

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

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

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

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

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

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