#34796A

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

Shades of Genoa #34796A

Tints of Genoa #34796A

Color information

#34796A (or 0x34796A) is unknown color: approx Genoa. HEX triplet: 34, 79 and 6A. RGB value is (52,121,106). Sum of RGB (Red+Green+Blue) = 52+121+106=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 121 (47.66% from 255 or 43.37% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 121 - color contains mainly: green. Hex color #34796A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34796A is #CB8695. Grayscale: #626262. Windows color (decimal): -13338262 or 6977844. OLE color: 6977844.

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

Color convert

RGB52121106-
CMYK0.5700.120.53
HSL166.96º39.88%33.92%-
HSV(B)166.96º57.02%47.45%-
XYZ10.8615.4516.04-
YUV98.66132.1494.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.64%
GREEN value IS 121 (47.66% from 255) = 43.37%
BLUE value IS 106 (41.80% from 255) = 37.99%
R=18.64%
G=43.37%
B=37.99%

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
Decimal521211060.5700.120.53166.9639.8833.92
Hex34796A390C35a72822
Octal6417115271014652475042
Binary110100111100111010101110010110011010110100111101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34796A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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