#31766B

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

Shades of Genoa #31766B

Tints of Genoa #31766B

Color information

#31766B (or 0x31766B) is unknown color: approx Genoa. HEX triplet: 31, 76 and 6B. RGB value is (49,118,107). Sum of RGB (Red+Green+Blue) = 49+118+107=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 118 - color contains mainly: green. Hex color #31766B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31766B is #CE8994. Grayscale: #606060. Windows color (decimal): -13535637 or 7042609. OLE color: 7042609.

HSL color Cylindrical-coordinate representation of color #31766B: hue angle of 170.43º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #31766B is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB49118107-
CMYK0.5800.090.54
HSL170.43º41.32%32.75%-
HSV(B)170.43º58.47%46.27%-
XYZ10.414.6716.19-
YUV96.11134.1494.39-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.88%
GREEN value IS 118 (46.48% from 255) = 43.07%
BLUE value IS 107 (42.19% from 255) = 39.05%
R=17.88%
G=43.07%
B=39.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal491181070.5800.090.54170.4341.3232.75
Hex31766B3A0936aa2921
Octal6116615372011662525141
Binary110001111011011010111110100100111011010101010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31766B; }

 p { color: rgb(49,118,107); }

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

<style>
 a { background-color: #31766B; }

 a { background-color: rgb(49,118,107); }

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

<style>
 span { border-color: #31766B; }

 span { border-color: rgb(49,118,107); }

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