#34756E

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

Shades of Genoa #34756E

Tints of Genoa #34756E

Color information

#34756E (or 0x34756E) is unknown color: approx Genoa. HEX triplet: 34, 75 and 6E. RGB value is (52,117,110). Sum of RGB (Red+Green+Blue) = 52+117+110=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 117 - color contains mainly: green. Hex color #34756E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34756E is #CB8A91. Grayscale: #606060. Windows color (decimal): -13339282 or 7238964. OLE color: 7238964.

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

Color convert

RGB52117110-
CMYK0.5600.060.54
HSL173.54º38.46%33.14%-
HSV(B)173.54º55.56%45.88%-
XYZ10.5914.5817.01-
YUV96.77135.4796.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.64%
GREEN value IS 117 (46.09% from 255) = 41.94%
BLUE value IS 110 (43.36% from 255) = 39.43%
R=18.64%
G=41.94%
B=39.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal521171100.5600.060.54173.5438.4633.14
Hex34756E380636ae2621
Octal641651567006662564641
Binary11010011101011101110111000011011011010101110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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