#34736A

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

Shades of Genoa #34736A

Tints of Genoa #34736A

Color information

#34736A (or 0x34736A) is unknown color: approx Genoa. HEX triplet: 34, 73 and 6A. RGB value is (52,115,106). Sum of RGB (Red+Green+Blue) = 52+115+106=273 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.05% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 115 - color contains mainly: green. Hex color #34736A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34736A is #CB8C95. Grayscale: #5F5F5F. Windows color (decimal): -13339798 or 6976308. OLE color: 6976308.

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

Color convert

RGB52115106-
CMYK0.5500.080.55
HSL171.43º37.72%32.75%-
HSV(B)171.43º54.78%45.1%-
XYZ10.1514.0315.81-
YUV95.14134.1397.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.05%
GREEN value IS 115 (45.31% from 255) = 42.12%
BLUE value IS 106 (41.80% from 255) = 38.83%
R=19.05%
G=42.12%
B=38.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal521151060.5500.080.55171.4337.7232.75
Hex34736A370837ab2621
Octal6416315267010672534641
Binary110100111001111010101101110100011011110101011100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34736A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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