#34716E

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

Shades of Genoa #34716E

Tints of Genoa #34716E

Color information

#34716E (or 0x34716E) is unknown color: approx Genoa. HEX triplet: 34, 71 and 6E. RGB value is (52,113,110). Sum of RGB (Red+Green+Blue) = 52+113+110=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 113 - color contains mainly: green. Hex color #34716E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34716E is #CB8E91. Grayscale: #5E5E5E. Windows color (decimal): -13340306 or 7237940. OLE color: 7237940.

HSL color Cylindrical-coordinate representation of color #34716E: hue angle of 177.05º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #34716E is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB52113110-
CMYK0.5400.030.56
HSL177.05º36.97%32.35%-
HSV(B)177.05º53.98%44.31%-
XYZ10.1413.6716.86-
YUV94.42136.7997.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.91%
GREEN value IS 113 (44.53% from 255) = 41.09%
BLUE value IS 110 (43.36% from 255) = 40%
R=18.91%
G=41.09%
B=40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal521131100.5400.030.56177.0536.9732.35
Hex34716E360338b12520
Octal641611566603702614540
Binary1101001110001110111011011001111100010110001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34716E; }

 p { color: rgb(52,113,110); }

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

<style>
 a { background-color: #34716E; }

 a { background-color: rgb(52,113,110); }

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

<style>
 span { border-color: #34716E; }

 span { border-color: rgb(52,113,110); }

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