#34756D

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

Shades of Genoa #34756D

Tints of Genoa #34756D

Color information

#34756D (or 0x34756D) is unknown color: approx Genoa. HEX triplet: 34, 75 and 6D. RGB value is (52,117,109). Sum of RGB (Red+Green+Blue) = 52+117+109=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 117 - color contains mainly: green. Hex color #34756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34756D is #CB8A92. Grayscale: #606060. Windows color (decimal): -13339283 or 7173428. OLE color: 7173428.

HSL color Cylindrical-coordinate representation of color #34756D: hue angle of 172.62º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34756D is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB52117109-
CMYK0.5600.070.54
HSL172.62º38.46%33.14%-
HSV(B)172.62º55.56%45.88%-
XYZ10.5414.5616.72-
YUV96.65134.9796.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.71%
GREEN value IS 117 (46.09% from 255) = 42.09%
BLUE value IS 109 (42.97% from 255) = 39.21%
R=18.71%
G=42.09%
B=39.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal521171090.5600.070.54172.6238.4633.14
Hex34756D380736ad2621
Octal641651557007662554641
Binary11010011101011101101111000011111011010101101100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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