#34776C

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

Shades of Genoa #34776C

Tints of Genoa #34776C

Color information

#34776C (or 0x34776C) is unknown color: approx Genoa. HEX triplet: 34, 77 and 6C. RGB value is (52,119,108). Sum of RGB (Red+Green+Blue) = 52+119+108=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 119 - color contains mainly: green. Hex color #34776C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34776C is #CB8893. Grayscale: #616161. Windows color (decimal): -13338772 or 7108404. OLE color: 7108404.

HSL color Cylindrical-coordinate representation of color #34776C: hue angle of 170.15º 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 #34776C is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB52119108-
CMYK0.5600.090.53
HSL170.15º39.18%33.53%-
HSV(B)170.15º56.3%46.67%-
XYZ10.7215.0116.52-
YUV97.71133.895.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.64%
GREEN value IS 119 (46.88% from 255) = 42.65%
BLUE value IS 108 (42.58% from 255) = 38.71%
R=18.64%
G=42.65%
B=38.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521191080.5600.090.53170.1539.1833.53
Hex34776C380935aa2722
Octal6416715470011652524742
Binary110100111011111011001110000100111010110101010100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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