#34776D

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

Shades of Genoa #34776D

Tints of Genoa #34776D

Color information

#34776D (or 0x34776D) is unknown color: approx Genoa. HEX triplet: 34, 77 and 6D. RGB value is (52,119,109). Sum of RGB (Red+Green+Blue) = 52+119+109=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 119 (46.88% from 255 or 42.5% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 119 - color contains mainly: green. Hex color #34776D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34776D is #CB8892. Grayscale: #616161. Windows color (decimal): -13338771 or 7173940. OLE color: 7173940.

HSL color Cylindrical-coordinate representation of color #34776D: hue angle of 171.04º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34776D is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB52119109-
CMYK0.5600.080.53
HSL171.04º39.18%33.53%-
HSV(B)171.04º56.3%46.67%-
XYZ10.7715.0316.8-
YUV97.83134.395.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.57%
GREEN value IS 119 (46.88% from 255) = 42.5%
BLUE value IS 109 (42.97% from 255) = 38.93%
R=18.57%
G=42.5%
B=38.93%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521191090.5600.080.53171.0439.1833.53
Hex34776D380835ab2722
Octal6416715570010652534742
Binary110100111011111011011110000100011010110101011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34776D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34776D; }

 p { color: rgb(52,119,109); }

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

<style>
 a { background-color: #34776D; }

 a { background-color: rgb(52,119,109); }

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

<style>
 span { border-color: #34776D; }

 span { border-color: rgb(52,119,109); }

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