#3D766B

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

Shades of Genoa #3D766B

Tints of Genoa #3D766B

Color information

#3D766B (or 0x3D766B) is unknown color: approx Genoa. HEX triplet: 3D, 76 and 6B. RGB value is (61,118,107). Sum of RGB (Red+Green+Blue) = 61+118+107=286 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.33% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 118 - color contains mainly: green. Hex color #3D766B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D766B is #C28994. Grayscale: #636363. Windows color (decimal): -12749205 or 7042621. OLE color: 7042621.

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

Color convert

RGB61118107-
CMYK0.4800.090.54
HSL168.42º31.84%35.1%-
HSV(B)168.42º48.31%46.27%-
XYZ11.0615.0116.22-
YUV99.7132.12100.39-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.33%
GREEN value IS 118 (46.48% from 255) = 41.26%
BLUE value IS 107 (42.19% from 255) = 37.41%
R=21.33%
G=41.26%
B=37.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal611181070.4800.090.54168.4231.8435.1
Hex3D766B300936a82023
Octal7516615360011662504043
Binary111101111011011010111100000100111011010101000100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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