#3D736A

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

Shades of Genoa #3D736A

Tints of Genoa #3D736A

Color information

#3D736A (or 0x3D736A) is unknown color: approx Genoa. HEX triplet: 3D, 73 and 6A. RGB value is (61,115,106). Sum of RGB (Red+Green+Blue) = 61+115+106=282 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.63% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 115 - color contains mainly: green. Hex color #3D736A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D736A is #C28C95. Grayscale: #616161. Windows color (decimal): -12749974 or 6976317. OLE color: 6976317.

HSL color Cylindrical-coordinate representation of color #3D736A: hue angle of 170º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3D736A is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB61115106-
CMYK0.4700.080.55
HSL170º30.68%34.51%-
HSV(B)170º46.96%45.1%-
XYZ10.6614.2915.83-
YUV97.83132.61101.73-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.63%
GREEN value IS 115 (45.31% from 255) = 40.78%
BLUE value IS 106 (41.80% from 255) = 37.59%
R=21.63%
G=40.78%
B=37.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal611151060.4700.080.5517030.6834.51
Hex3D736A2F0837aa1f23
Octal7516315257010672523743
Binary11110111100111101010101111010001101111010101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D736A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D736A; }

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

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

<style>
 a { background-color: #3D736A; }

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

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

<style>
 span { border-color: #3D736A; }

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

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