#34776A

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

Shades of Genoa #34776A

Tints of Genoa #34776A

Color information

#34776A (or 0x34776A) is unknown color: approx Genoa. HEX triplet: 34, 77 and 6A. RGB value is (52,119,106). Sum of RGB (Red+Green+Blue) = 52+119+106=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 119 - color contains mainly: green. Hex color #34776A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34776A is #CB8895. Grayscale: #616161. Windows color (decimal): -13338774 or 6977332. OLE color: 6977332.

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

Color convert

RGB52119106-
CMYK0.5600.110.53
HSL168.36º39.18%33.53%-
HSV(B)168.36º56.3%46.67%-
XYZ10.6114.9615.96-
YUV97.48132.895.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.77%
GREEN value IS 119 (46.88% from 255) = 42.96%
BLUE value IS 106 (41.80% from 255) = 38.27%
R=18.77%
G=42.96%
B=38.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521191060.5600.110.53168.3639.1833.53
Hex34776A380B35a82722
Octal6416715270013652504742
Binary110100111011111010101110000101111010110101000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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