#31826E

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

Shades of Genoa #31826E

Tints of Genoa #31826E

Color information

#31826E (or 0x31826E) is unknown color: approx Genoa. HEX triplet: 31, 82 and 6E. RGB value is (49,130,110). Sum of RGB (Red+Green+Blue) = 49+130+110=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 110 (43.36% from 255 or 38.06% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #31826E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31826E is #CE7D91. Grayscale: #676767. Windows color (decimal): -13532562 or 7242289. OLE color: 7242289.

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

Color convert

RGB49130110-
CMYK0.6200.150.49
HSL165.19º45.25%35.1%-
HSV(B)165.19º62.31%50.98%-
XYZ12.0617.7417.54-
YUV103.5131.6689.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.96%
GREEN value IS 130 (51.17% from 255) = 44.98%
BLUE value IS 110 (43.36% from 255) = 38.06%
R=16.96%
G=44.98%
B=38.06%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491301100.6200.150.49165.1945.2535.1
Hex31826E3E0F31a52d23
Octal6120215676017612455543
Binary1100011000001011011101111100111111000110100101101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31826E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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