#31826B

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

Shades of Genoa #31826B

Tints of Genoa #31826B

Color information

#31826B (or 0x31826B) is unknown color: approx Genoa. HEX triplet: 31, 82 and 6B. RGB value is (49,130,107). Sum of RGB (Red+Green+Blue) = 49+130+107=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 130 - color contains mainly: green. Hex color #31826B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31826B is #CE7D94. Grayscale: #676767. Windows color (decimal): -13532565 or 7045681. OLE color: 7045681.

HSL color Cylindrical-coordinate representation of color #31826B: hue angle of 162.96º 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 #31826B is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB49130107-
CMYK0.6200.180.49
HSL162.96º45.25%35.1%-
HSV(B)162.96º62.31%50.98%-
XYZ11.917.6816.7-
YUV103.16130.1689.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.13%
GREEN value IS 130 (51.17% from 255) = 45.45%
BLUE value IS 107 (42.19% from 255) = 37.41%
R=17.13%
G=45.45%
B=37.41%

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
Decimal491301070.6200.180.49162.9645.2535.1
Hex31826B3E01231a32d23
Octal6120215376022612435543
Binary11000110000010110101111111001001011000110100011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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