#34756C

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

Shades of Genoa #34756C

Tints of Genoa #34756C

Color information

#34756C (or 0x34756C) is unknown color: approx Genoa. HEX triplet: 34, 75 and 6C. RGB value is (52,117,108). Sum of RGB (Red+Green+Blue) = 52+117+108=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 117 - color contains mainly: green. Hex color #34756C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34756C is #CB8A93. Grayscale: #606060. Windows color (decimal): -13339284 or 7107892. OLE color: 7107892.

HSL color Cylindrical-coordinate representation of color #34756C: hue angle of 171.69º 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 #34756C is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB52117108-
CMYK0.5600.080.54
HSL171.69º38.46%33.14%-
HSV(B)171.69º55.56%45.88%-
XYZ10.4814.5416.44-
YUV96.54134.4796.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.77%
GREEN value IS 117 (46.09% from 255) = 42.24%
BLUE value IS 108 (42.58% from 255) = 38.99%
R=18.77%
G=42.24%
B=38.99%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal521171080.5600.080.54171.6938.4633.14
Hex34756C380836ac2621
Octal6416515470010662544641
Binary110100111010111011001110000100011011010101100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34756C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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