#34806F

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

Shades of Genoa #34806F

Tints of Genoa #34806F

Color information

#34806F (or 0x34806F) is unknown color: approx Genoa. HEX triplet: 34, 80 and 6F. RGB value is (52,128,111). Sum of RGB (Red+Green+Blue) = 52+128+111=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 128 - color contains mainly: green. Hex color #34806F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34806F is #CB7F90. Grayscale: #676767. Windows color (decimal): -13336465 or 7307316. OLE color: 7307316.

HSL color Cylindrical-coordinate representation of color #34806F: hue angle of 166.58º 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 #34806F is Cyan = 0.59, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB52128111-
CMYK0.5900.130.50
HSL166.58º42.22%35.29%-
HSV(B)166.58º59.38%50.2%-
XYZ1217.3217.75-
YUV103.34132.3291.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.87%
GREEN value IS 128 (50.39% from 255) = 43.99%
BLUE value IS 111 (43.75% from 255) = 38.14%
R=17.87%
G=43.99%
B=38.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal521281110.5900.130.50166.5842.2235.29
Hex34806F3B0D32a72a23
Octal6420015773015622475243
Binary1101001000000011011111110110110111001010100111101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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