#34806D

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

Shades of Genoa #34806D

Tints of Genoa #34806D

Color information

#34806D (or 0x34806D) is unknown color: approx Genoa. HEX triplet: 34, 80 and 6D. RGB value is (52,128,109). Sum of RGB (Red+Green+Blue) = 52+128+109=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 128 - color contains mainly: green. Hex color #34806D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34806D is #CB7F92. Grayscale: #676767. Windows color (decimal): -13336467 or 7176244. OLE color: 7176244.

HSL color Cylindrical-coordinate representation of color #34806D: hue angle of 165º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #34806D is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB52128109-
CMYK0.5900.150.50
HSL165º42.22%35.29%-
HSV(B)165º59.38%50.2%-
XYZ11.917.2717.17-
YUV103.11131.3291.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.99%
GREEN value IS 128 (50.39% from 255) = 44.29%
BLUE value IS 109 (42.97% from 255) = 37.72%
R=17.99%
G=44.29%
B=37.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal521281090.5900.150.5016542.2235.29
Hex34806D3B0F32a52a23
Octal6420015573017622455243
Binary1101001000000011011011110110111111001010100101101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34806D; }

 p { color: rgb(52,128,109); }

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

<style>
 a { background-color: #34806D; }

 a { background-color: rgb(52,128,109); }

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

<style>
 span { border-color: #34806D; }

 span { border-color: rgb(52,128,109); }

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