#3B8177

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

Shades of Genoa #3B8177

Tints of Genoa #3B8177

Color information

#3B8177 (or 0x3B8177) is unknown color: approx Genoa. HEX triplet: 3B, 81 and 77. RGB value is (59,129,119). Sum of RGB (Red+Green+Blue) = 59+129+119=307 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.22% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 119 (46.88% from 255 or 38.76% from 307); Max value from RGB is 129 - color contains mainly: green. Hex color #3B8177 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8177 is #C47E88. Grayscale: #6A6A6A. Windows color (decimal): -12877449 or 7831867. OLE color: 7831867.

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

Color convert

RGB59129119-
CMYK0.5400.080.49
HSL171.43º37.23%36.86%-
HSV(B)171.43º54.26%50.59%-
XYZ12.9817.9620.24-
YUV106.93134.8193.81-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.22%
GREEN value IS 129 (50.78% from 255) = 42.02%
BLUE value IS 119 (46.88% from 255) = 38.76%
R=19.22%
G=42.02%
B=38.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal591291190.5400.080.49171.4337.2336.86
Hex3B8177360831ab2525
Octal7320116766010612534545
Binary1110111000000111101111101100100011000110101011100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,129,119); }

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

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

 a { background-color: rgb(59,129,119); }

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

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

 span { border-color: rgb(59,129,119); }

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