#31766A

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

Shades of Genoa #31766A

Tints of Genoa #31766A

Color information

#31766A (or 0x31766A) is unknown color: approx Genoa. HEX triplet: 31, 76 and 6A. RGB value is (49,118,106). Sum of RGB (Red+Green+Blue) = 49+118+106=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 118 - color contains mainly: green. Hex color #31766A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31766A is #CE8995. Grayscale: #5F5F5F. Windows color (decimal): -13535638 or 6977073. OLE color: 6977073.

HSL color Cylindrical-coordinate representation of color #31766A: hue angle of 169.57º 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 #31766A is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB49118106-
CMYK0.5800.100.54
HSL169.57º41.32%32.75%-
HSV(B)169.57º58.47%46.27%-
XYZ10.3514.6515.92-
YUV96133.6494.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.95%
GREEN value IS 118 (46.48% from 255) = 43.22%
BLUE value IS 106 (41.80% from 255) = 38.83%
R=17.95%
G=43.22%
B=38.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal491181060.5800.100.54169.5741.3232.75
Hex31766A3A0A36aa2921
Octal6116615272012662525141
Binary110001111011011010101110100101011011010101010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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