#3D7B6F

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

Shades of Genoa #3D7B6F

Tints of Genoa #3D7B6F

Color information

#3D7B6F (or 0x3D7B6F) is unknown color: approx Genoa. HEX triplet: 3D, 7B and 6F. RGB value is (61,123,111). Sum of RGB (Red+Green+Blue) = 61+123+111=295 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.68% from 295); Green value is 123 (48.44% from 255 or 41.69% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 123 - color contains mainly: green. Hex color #3D7B6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7B6F is #C28490. Grayscale: #676767. Windows color (decimal): -12747921 or 7306045. OLE color: 7306045.

HSL color Cylindrical-coordinate representation of color #3D7B6F: hue angle of 168.39º 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 #3D7B6F is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB61123111-
CMYK0.5000.100.52
HSL168.39º33.7%36.08%-
HSV(B)168.39º50.41%48.24%-
XYZ11.8816.3117.56-
YUV103.09132.4697.98-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.68%
GREEN value IS 123 (48.44% from 255) = 41.69%
BLUE value IS 111 (43.75% from 255) = 37.63%
R=20.68%
G=41.69%
B=37.63%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal611231110.5000.100.52168.3933.736.08
Hex3D7B6F320A34a82224
Octal7517315762012642504244
Binary111101111101111011111100100101011010010101000100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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