#3A8276

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

Shades of Genoa #3A8276

Tints of Genoa #3A8276

Color information

#3A8276 (or 0x3A8276) is unknown color: approx Genoa. HEX triplet: 3A, 82 and 76. RGB value is (58,130,118). Sum of RGB (Red+Green+Blue) = 58+130+118=306 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.95% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 130 - color contains mainly: green. Hex color #3A8276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8276 is #C57D89. Grayscale: #6B6B6B. Windows color (decimal): -12942730 or 7766586. OLE color: 7766586.

HSL color Cylindrical-coordinate representation of color #3A8276: hue angle of 170º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A8276 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB58130118-
CMYK0.5500.090.49
HSL170º38.3%36.86%-
HSV(B)170º55.38%50.98%-
XYZ1318.1719.96-
YUV107.1134.1592.98-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.95%
GREEN value IS 130 (51.17% from 255) = 42.48%
BLUE value IS 118 (46.48% from 255) = 38.56%
R=18.95%
G=42.48%
B=38.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal581301180.5500.090.4917038.336.86
Hex3A8276370931aa2625
Octal7220216667011612524645
Binary1110101000001011101101101110100111000110101010100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,130,118); }

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

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

 a { background-color: rgb(58,130,118); }

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

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

 span { border-color: rgb(58,130,118); }

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