#34796B

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

Shades of Genoa #34796B

Tints of Genoa #34796B

Color information

#34796B (or 0x34796B) is unknown color: approx Genoa. HEX triplet: 34, 79 and 6B. RGB value is (52,121,107). Sum of RGB (Red+Green+Blue) = 52+121+107=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 121 (47.66% from 255 or 43.21% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 121 - color contains mainly: green. Hex color #34796B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34796B is #CB8694. Grayscale: #626262. Windows color (decimal): -13338261 or 7043380. OLE color: 7043380.

HSL color Cylindrical-coordinate representation of color #34796B: hue angle of 167.83º 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 #34796B is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB52121107-
CMYK0.5700.120.53
HSL167.83º39.88%33.92%-
HSV(B)167.83º57.02%47.45%-
XYZ10.9115.4716.32-
YUV98.77132.6494.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.57%
GREEN value IS 121 (47.66% from 255) = 43.21%
BLUE value IS 107 (42.19% from 255) = 38.21%
R=18.57%
G=43.21%
B=38.21%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521211070.5700.120.53167.8339.8833.92
Hex34796B390C35a82822
Octal6417115371014652505042
Binary110100111100111010111110010110011010110101000101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34796B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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