#34796E

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

Shades of Genoa #34796E

Tints of Genoa #34796E

Color information

#34796E (or 0x34796E) is unknown color: approx Genoa. HEX triplet: 34, 79 and 6E. RGB value is (52,121,110). Sum of RGB (Red+Green+Blue) = 52+121+110=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 110 (43.36% from 255 or 38.87% from 283); Max value from RGB is 121 - color contains mainly: green. Hex color #34796E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34796E is #CB8691. Grayscale: #636363. Windows color (decimal): -13338258 or 7239988. OLE color: 7239988.

HSL color Cylindrical-coordinate representation of color #34796E: hue angle of 170.43º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #34796E is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB52121110-
CMYK0.5700.090.53
HSL170.43º39.88%33.92%-
HSV(B)170.43º57.02%47.45%-
XYZ11.0715.5317.17-
YUV99.12134.1494.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.37%
GREEN value IS 121 (47.66% from 255) = 42.76%
BLUE value IS 110 (43.36% from 255) = 38.87%
R=18.37%
G=42.76%
B=38.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521211100.5700.090.53170.4339.8833.92
Hex34796E390935aa2822
Octal6417115671011652525042
Binary110100111100111011101110010100111010110101010101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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