#3D7369

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

Shades of Genoa #3D7369

Tints of Genoa #3D7369

Color information

#3D7369 (or 0x3D7369) is unknown color: approx Genoa. HEX triplet: 3D, 73 and 69. RGB value is (61,115,105). Sum of RGB (Red+Green+Blue) = 61+115+105=281 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.71% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 115 - color contains mainly: green. Hex color #3D7369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7369 is #C28C96. Grayscale: #616161. Windows color (decimal): -12749975 or 6910781. OLE color: 6910781.

HSL color Cylindrical-coordinate representation of color #3D7369: hue angle of 168.89º 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 #3D7369 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB61115105-
CMYK0.4700.090.55
HSL168.89º30.68%34.51%-
HSV(B)168.89º46.96%45.1%-
XYZ10.6114.2715.56-
YUV97.71132.11101.81-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.71%
GREEN value IS 115 (45.31% from 255) = 40.93%
BLUE value IS 105 (41.41% from 255) = 37.37%
R=21.71%
G=40.93%
B=37.37%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal611151050.4700.090.55168.8930.6834.51
Hex3D73692F0937a91f23
Octal7516315157011672513743
Binary11110111100111101001101111010011101111010100111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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