#31826A

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

Shades of Genoa #31826A

Tints of Genoa #31826A

Color information

#31826A (or 0x31826A) is unknown color: approx Genoa. HEX triplet: 31, 82 and 6A. RGB value is (49,130,106). Sum of RGB (Red+Green+Blue) = 49+130+106=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #31826A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31826A is #CE7D95. Grayscale: #676767. Windows color (decimal): -13532566 or 6980145. OLE color: 6980145.

HSL color Cylindrical-coordinate representation of color #31826A: hue angle of 162.22º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #31826A is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB49130106-
CMYK0.6200.180.49
HSL162.22º45.25%35.1%-
HSV(B)162.22º62.31%50.98%-
XYZ11.8517.6616.42-
YUV103.04129.6689.45-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.19%
GREEN value IS 130 (51.17% from 255) = 45.61%
BLUE value IS 106 (41.80% from 255) = 37.19%
R=17.19%
G=45.61%
B=37.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491301060.6200.180.49162.2245.2535.1
Hex31826A3E01231a22d23
Octal6120215276022612425543
Binary11000110000010110101011111001001011000110100010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31826A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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