#3A7468

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

Shades of Genoa #3A7468

Tints of Genoa #3A7468

Color information

#3A7468 (or 0x3A7468) is unknown color: approx Genoa. HEX triplet: 3A, 74 and 68. RGB value is (58,116,104). Sum of RGB (Red+Green+Blue) = 58+116+104=278 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.86% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 104 (41.02% from 255 or 37.41% from 278); Max value from RGB is 116 - color contains mainly: green. Hex color #3A7468 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A7468 is #C58B97. Grayscale: #616161. Windows color (decimal): -12946328 or 6845498. OLE color: 6845498.

HSL color Cylindrical-coordinate representation of color #3A7468: hue angle of 167.59º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A7468 is Cyan = 0.5, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB58116104-
CMYK0.500.100.55
HSL167.59º33.33%34.12%-
HSV(B)167.59º50%45.49%-
XYZ10.4914.3915.32-
YUV97.29131.7899.98-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.86%
GREEN value IS 116 (45.70% from 255) = 41.73%
BLUE value IS 104 (41.02% from 255) = 37.41%
R=20.86%
G=41.73%
B=37.41%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal581161040.500.100.55167.5933.3334.12
Hex3A7468320A37a82122
Octal7216415062012672504142
Binary111010111010011010001100100101011011110101000100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,116,104); }

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

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

 a { background-color: rgb(58,116,104); }

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

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

 span { border-color: rgb(58,116,104); }

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