#3C796B

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

Shades of Genoa #3C796B

Tints of Genoa #3C796B

Color information

#3C796B (or 0x3C796B) is unknown color: approx Genoa. HEX triplet: 3C, 79 and 6B. RGB value is (60,121,107). Sum of RGB (Red+Green+Blue) = 60+121+107=288 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.83% from 288); Green value is 121 (47.66% from 255 or 42.01% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 121 - color contains mainly: green. Hex color #3C796B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C796B is #C38694. Grayscale: #656565. Windows color (decimal): -12813973 or 7043388. OLE color: 7043388.

HSL color Cylindrical-coordinate representation of color #3C796B: hue angle of 166.23º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C796B is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB60121107-
CMYK0.5000.120.53
HSL166.23º33.7%35.49%-
HSV(B)166.23º50.41%47.45%-
XYZ11.3515.716.34-
YUV101.16131.2998.64-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.83%
GREEN value IS 121 (47.66% from 255) = 42.01%
BLUE value IS 107 (42.19% from 255) = 37.15%
R=20.83%
G=42.01%
B=37.15%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal601211070.5000.120.53166.2333.735.49
Hex3C796B320C35a62223
Octal7417115362014652464243
Binary111100111100111010111100100110011010110100110100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C796B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,121,107); }

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

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

 a { background-color: rgb(60,121,107); }

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

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

 span { border-color: rgb(60,121,107); }

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