#3D776F

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

Shades of Genoa #3D776F

Tints of Genoa #3D776F

Color information

#3D776F (or 0x3D776F) is unknown color: approx Genoa. HEX triplet: 3D, 77 and 6F. RGB value is (61,119,111). Sum of RGB (Red+Green+Blue) = 61+119+111=291 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.96% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 119 - color contains mainly: green. Hex color #3D776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D776F is #C28890. Grayscale: #646464. Windows color (decimal): -12748945 or 7305021. OLE color: 7305021.

HSL color Cylindrical-coordinate representation of color #3D776F: hue angle of 171.72º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D776F is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB61119111-
CMYK0.4900.070.53
HSL171.72º32.22%35.29%-
HSV(B)171.72º48.74%46.67%-
XYZ11.3915.3317.4-
YUV100.75133.7899.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.96%
GREEN value IS 119 (46.88% from 255) = 40.89%
BLUE value IS 111 (43.75% from 255) = 38.14%
R=20.96%
G=40.89%
B=38.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal611191110.4900.070.53171.7232.2235.29
Hex3D776F310735ac2023
Octal751671576107652544043
Binary11110111101111101111110001011111010110101100100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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