#34746F

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

Shades of Genoa #34746F

Tints of Genoa #34746F

Color information

#34746F (or 0x34746F) is unknown color: approx Genoa. HEX triplet: 34, 74 and 6F. RGB value is (52,116,111). Sum of RGB (Red+Green+Blue) = 52+116+111=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 116 - color contains mainly: green. Hex color #34746F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34746F is #CB8B90. Grayscale: #606060. Windows color (decimal): -13339537 or 7304244. OLE color: 7304244.

HSL color Cylindrical-coordinate representation of color #34746F: hue angle of 175.31º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #34746F is Cyan = 0.55, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB52116111-
CMYK0.5500.040.55
HSL175.31º38.1%32.94%-
HSV(B)175.31º55.17%45.49%-
XYZ10.5314.3717.26-
YUV96.29136.396.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.64%
GREEN value IS 116 (45.70% from 255) = 41.58%
BLUE value IS 111 (43.75% from 255) = 39.78%
R=18.64%
G=41.58%
B=39.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal521161110.5500.040.55175.3138.132.94
Hex34746F370437af2621
Octal641641576704672574641
Binary11010011101001101111110111010011011110101111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34746F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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