#34756B

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

Shades of Genoa #34756B

Tints of Genoa #34756B

Color information

#34756B (or 0x34756B) is unknown color: approx Genoa. HEX triplet: 34, 75 and 6B. RGB value is (52,117,107). Sum of RGB (Red+Green+Blue) = 52+117+107=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 117 - color contains mainly: green. Hex color #34756B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34756B is #CB8A94. Grayscale: #606060. Windows color (decimal): -13339285 or 7042356. OLE color: 7042356.

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

Color convert

RGB52117107-
CMYK0.5600.090.54
HSL170.77º38.46%33.14%-
HSV(B)170.77º55.56%45.88%-
XYZ10.4314.5116.16-
YUV96.43133.9796.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.84%
GREEN value IS 117 (46.09% from 255) = 42.39%
BLUE value IS 107 (42.19% from 255) = 38.77%
R=18.84%
G=42.39%
B=38.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal521171070.5600.090.54170.7738.4633.14
Hex34756B380936ab2621
Octal6416515370011662534641
Binary110100111010111010111110000100111011010101011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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