#34736D

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

Shades of Genoa #34736D

Tints of Genoa #34736D

Color information

#34736D (or 0x34736D) is unknown color: approx Genoa. HEX triplet: 34, 73 and 6D. RGB value is (52,115,109). Sum of RGB (Red+Green+Blue) = 52+115+109=276 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.84% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 115 - color contains mainly: green. Hex color #34736D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34736D is #CB8C92. Grayscale: #5F5F5F. Windows color (decimal): -13339795 or 7172916. OLE color: 7172916.

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

Color convert

RGB52115109-
CMYK0.5500.050.55
HSL174.29º37.72%32.75%-
HSV(B)174.29º54.78%45.1%-
XYZ10.3114.116.65-
YUV95.48135.6396.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.84%
GREEN value IS 115 (45.31% from 255) = 41.67%
BLUE value IS 109 (42.97% from 255) = 39.49%
R=18.84%
G=41.67%
B=39.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal521151090.5500.050.55174.2937.7232.75
Hex34736D370537ae2621
Octal641631556705672564641
Binary11010011100111101101110111010111011110101110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34736D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34736D; }

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

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

<style>
 a { background-color: #34736D; }

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

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

<style>
 span { border-color: #34736D; }

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

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