#34756F

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

Shades of Genoa #34756F

Tints of Genoa #34756F

Color information

#34756F (or 0x34756F) is unknown color: approx Genoa. HEX triplet: 34, 75 and 6F. RGB value is (52,117,111). Sum of RGB (Red+Green+Blue) = 52+117+111=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 117 - color contains mainly: green. Hex color #34756F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34756F is #CB8A90. Grayscale: #606060. Windows color (decimal): -13339281 or 7304500. OLE color: 7304500.

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

Color convert

RGB52117111-
CMYK0.5600.050.54
HSL174.46º38.46%33.14%-
HSV(B)174.46º55.56%45.88%-
XYZ10.6514.617.3-
YUV96.88135.9795.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.57%
GREEN value IS 117 (46.09% from 255) = 41.79%
BLUE value IS 111 (43.75% from 255) = 39.64%
R=18.57%
G=41.79%
B=39.64%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal521171110.5600.050.54174.4638.4633.14
Hex34756F380536ae2621
Octal641651577005662564641
Binary11010011101011101111111000010111011010101110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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