#3D766C

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

Shades of Genoa #3D766C

Tints of Genoa #3D766C

Color information

#3D766C (or 0x3D766C) is unknown color: approx Genoa. HEX triplet: 3D, 76 and 6C. RGB value is (61,118,108). Sum of RGB (Red+Green+Blue) = 61+118+108=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 118 - color contains mainly: green. Hex color #3D766C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D766C is #C28993. Grayscale: #636363. Windows color (decimal): -12749204 or 7108157. OLE color: 7108157.

HSL color Cylindrical-coordinate representation of color #3D766C: hue angle of 169.47º degrees, saturation: 0.32, 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 #3D766C is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB61118108-
CMYK0.4800.080.54
HSL169.47º31.84%35.1%-
HSV(B)169.47º48.31%46.27%-
XYZ11.1115.0316.5-
YUV99.82132.62100.31-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.25%
GREEN value IS 118 (46.48% from 255) = 41.11%
BLUE value IS 108 (42.58% from 255) = 37.63%
R=21.25%
G=41.11%
B=37.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal611181080.4800.080.54169.4731.8435.1
Hex3D766C300836a92023
Octal7516615460010662514043
Binary111101111011011011001100000100011011010101001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,118,108); }

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

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

 a { background-color: rgb(61,118,108); }

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

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

 span { border-color: rgb(61,118,108); }

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