#34735E

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

Shades of Genoa #34735E

Tints of Genoa #34735E

Color information

#34735E (or 0x34735E) is unknown color: approx Genoa. HEX triplet: 34, 73 and 5E. RGB value is (52,115,94). Sum of RGB (Red+Green+Blue) = 52+115+94=261 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.92% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 94 (37.11% from 255 or 36.02% from 261); Max value from RGB is 115 - color contains mainly: green. Hex color #34735E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34735E is #CB8CA1. Grayscale: #5D5D5D. Windows color (decimal): -13339810 or 6189876. OLE color: 6189876.

HSL color Cylindrical-coordinate representation of color #34735E: hue angle of 160º 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 #34735E is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB5211594-
CMYK0.5500.180.55
HSL160º37.72%32.75%-
HSV(B)160º54.78%45.1%-
XYZ9.5713.812.75-
YUV93.77128.1398.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.92%
GREEN value IS 115 (45.31% from 255) = 44.06%
BLUE value IS 94 (37.11% from 255) = 36.02%
R=19.92%
G=44.06%
B=36.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal52115940.5500.180.5516037.7232.75
Hex34735E3701237a02621
Octal6416313667022672404641
Binary1101001110011101111011011101001011011110100000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34735E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,115,94); }

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

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

 a { background-color: rgb(52,115,94); }

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

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

 span { border-color: rgb(52,115,94); }

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