#3B8276

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

Shades of Genoa #3B8276

Tints of Genoa #3B8276

Color information

#3B8276 (or 0x3B8276) is unknown color: approx Genoa. HEX triplet: 3B, 82 and 76. RGB value is (59,130,118). Sum of RGB (Red+Green+Blue) = 59+130+118=307 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.22% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #3B8276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8276 is #C47D89. Grayscale: #6B6B6B. Windows color (decimal): -12877194 or 7766587. OLE color: 7766587.

HSL color Cylindrical-coordinate representation of color #3B8276: hue angle of 169.86º 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 #3B8276 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB59130118-
CMYK0.5500.090.49
HSL169.86º37.57%37.06%-
HSV(B)169.86º54.62%50.98%-
XYZ13.0618.219.96-
YUV107.4133.9893.48-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.22%
GREEN value IS 130 (51.17% from 255) = 42.35%
BLUE value IS 118 (46.48% from 255) = 38.44%
R=19.22%
G=42.35%
B=38.44%

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
Decimal591301180.5500.090.49169.8637.5737.06
Hex3B8276370931aa2625
Octal7320216667011612524645
Binary1110111000001011101101101110100111000110101010100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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