#3D796D

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

Shades of Genoa #3D796D

Tints of Genoa #3D796D

Color information

#3D796D (or 0x3D796D) is unknown color: approx Genoa. HEX triplet: 3D, 79 and 6D. RGB value is (61,121,109). Sum of RGB (Red+Green+Blue) = 61+121+109=291 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.96% from 291); Green value is 121 (47.66% from 255 or 41.58% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 121 - color contains mainly: green. Hex color #3D796D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D796D is #C28692. Grayscale: #656565. Windows color (decimal): -12748435 or 7174461. OLE color: 7174461.

HSL color Cylindrical-coordinate representation of color #3D796D: hue angle of 168º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D796D is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB61121109-
CMYK0.5000.100.53
HSL168º32.97%35.69%-
HSV(B)168º49.59%47.45%-
XYZ11.5215.7716.9-
YUV101.69132.1298.98-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.96%
GREEN value IS 121 (47.66% from 255) = 41.58%
BLUE value IS 109 (42.97% from 255) = 37.46%
R=20.96%
G=41.58%
B=37.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal611211090.5000.100.5316832.9735.69
Hex3D796D320A35a82124
Octal7517115562012652504144
Binary111101111100111011011100100101011010110101000100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D796D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,121,109); }

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

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

 a { background-color: rgb(61,121,109); }

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

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

 span { border-color: rgb(61,121,109); }

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