#3D7B73

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

Shades of Genoa #3D7B73

Tints of Genoa #3D7B73

Color information

#3D7B73 (or 0x3D7B73) is unknown color: approx Genoa. HEX triplet: 3D, 7B and 73. RGB value is (61,123,115). Sum of RGB (Red+Green+Blue) = 61+123+115=299 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.40% from 299); Green value is 123 (48.44% from 255 or 41.14% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 123 - color contains mainly: green. Hex color #3D7B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7B73 is #C2848C. Grayscale: #676767. Windows color (decimal): -12747917 or 7568189. OLE color: 7568189.

HSL color Cylindrical-coordinate representation of color #3D7B73: hue angle of 172.26º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D7B73 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB61123115-
CMYK0.5000.070.52
HSL172.26º33.7%36.08%-
HSV(B)172.26º50.41%48.24%-
XYZ12.116.418.75-
YUV103.55134.4697.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.40%
GREEN value IS 123 (48.44% from 255) = 41.14%
BLUE value IS 115 (45.31% from 255) = 38.46%
R=20.40%
G=41.14%
B=38.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal611231150.5000.070.52172.2633.736.08
Hex3D7B73320734ac2224
Octal751731636207642544244
Binary11110111110111110011110010011111010010101100100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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