#3D756D

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

Shades of Genoa #3D756D

Tints of Genoa #3D756D

Color information

#3D756D (or 0x3D756D) is unknown color: approx Genoa. HEX triplet: 3D, 75 and 6D. RGB value is (61,117,109). Sum of RGB (Red+Green+Blue) = 61+117+109=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 117 - color contains mainly: green. Hex color #3D756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D756D is #C28A92. Grayscale: #636363. Windows color (decimal): -12749459 or 7173437. OLE color: 7173437.

HSL color Cylindrical-coordinate representation of color #3D756D: hue angle of 171.43º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D756D is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB61117109-
CMYK0.4800.070.54
HSL171.43º31.46%34.9%-
HSV(B)171.43º47.86%45.88%-
XYZ11.0514.8216.75-
YUV99.34133.45100.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.25%
GREEN value IS 117 (46.09% from 255) = 40.77%
BLUE value IS 109 (42.97% from 255) = 37.98%
R=21.25%
G=40.77%
B=37.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal611171090.4800.070.54171.4331.4634.9
Hex3D756D300736ab1f23
Octal751651556007662533743
Binary1111011110101110110111000001111101101010101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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