#3D766A

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

Shades of Genoa #3D766A

Tints of Genoa #3D766A

Color information

#3D766A (or 0x3D766A) is unknown color: approx Genoa. HEX triplet: 3D, 76 and 6A. RGB value is (61,118,106). Sum of RGB (Red+Green+Blue) = 61+118+106=285 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.40% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 118 - color contains mainly: green. Hex color #3D766A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D766A is #C28995. Grayscale: #636363. Windows color (decimal): -12749206 or 6977085. OLE color: 6977085.

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

Color convert

RGB61118106-
CMYK0.4800.100.54
HSL167.37º31.84%35.1%-
HSV(B)167.37º48.31%46.27%-
XYZ1114.9915.95-
YUV99.59131.62100.48-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.40%
GREEN value IS 118 (46.48% from 255) = 41.40%
BLUE value IS 106 (41.80% from 255) = 37.19%
R=21.40%
G=41.40%
B=37.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal611181060.4800.100.54167.3731.8435.1
Hex3D766A300A36a72023
Octal7516615260012662474043
Binary111101111011011010101100000101011011010100111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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