#3A796D

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

Shades of Genoa #3A796D

Tints of Genoa #3A796D

Color information

#3A796D (or 0x3A796D) is unknown color: approx Genoa. HEX triplet: 3A, 79 and 6D. RGB value is (58,121,109). Sum of RGB (Red+Green+Blue) = 58+121+109=288 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20.14% from 288); Green value is 121 (47.66% from 255 or 42.01% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 121 - color contains mainly: green. Hex color #3A796D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A796D is #C58692. Grayscale: #646464. Windows color (decimal): -12945043 or 7174458. OLE color: 7174458.

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

Color convert

RGB58121109-
CMYK0.5200.100.53
HSL168.57º35.2%35.1%-
HSV(B)168.57º52.07%47.45%-
XYZ11.3415.6816.9-
YUV100.8132.6397.48-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.14%
GREEN value IS 121 (47.66% from 255) = 42.01%
BLUE value IS 109 (42.97% from 255) = 37.85%
R=20.14%
G=42.01%
B=37.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal581211090.5200.100.53168.5735.235.1
Hex3A796D340A35a92323
Octal7217115564012652514343
Binary111010111100111011011101000101011010110101001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A796D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,121,109); }

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

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

 a { background-color: rgb(58,121,109); }

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

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

 span { border-color: rgb(58,121,109); }

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