#3A796B

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

Shades of Genoa #3A796B

Tints of Genoa #3A796B

Color information

#3A796B (or 0x3A796B) is unknown color: approx Genoa. HEX triplet: 3A, 79 and 6B. RGB value is (58,121,107). Sum of RGB (Red+Green+Blue) = 58+121+107=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 121 (47.66% from 255 or 42.31% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 121 - color contains mainly: green. Hex color #3A796B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A796B is #C58694. Grayscale: #646464. Windows color (decimal): -12945045 or 7043386. OLE color: 7043386.

HSL color Cylindrical-coordinate representation of color #3A796B: hue angle of 166.67º 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 #3A796B is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB58121107-
CMYK0.5200.120.53
HSL166.67º35.2%35.1%-
HSV(B)166.67º52.07%47.45%-
XYZ11.2415.6416.34-
YUV100.57131.6397.64-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.28%
GREEN value IS 121 (47.66% from 255) = 42.31%
BLUE value IS 107 (42.19% from 255) = 37.41%
R=20.28%
G=42.31%
B=37.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal581211070.5200.120.53166.6735.235.1
Hex3A796B340C35a72323
Octal7217115364014652474343
Binary111010111100111010111101000110011010110100111100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A796B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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