#31826F

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

Shades of Genoa #31826F

Tints of Genoa #31826F

Color information

#31826F (or 0x31826F) is unknown color: approx Genoa. HEX triplet: 31, 82 and 6F. RGB value is (49,130,111). Sum of RGB (Red+Green+Blue) = 49+130+111=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #31826F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31826F is #CE7D90. Grayscale: #676767. Windows color (decimal): -13532561 or 7307825. OLE color: 7307825.

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

Color convert

RGB49130111-
CMYK0.6200.150.49
HSL165.93º45.25%35.1%-
HSV(B)165.93º62.31%50.98%-
XYZ12.1217.7717.83-
YUV103.62132.1689.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.90%
GREEN value IS 130 (51.17% from 255) = 44.83%
BLUE value IS 111 (43.75% from 255) = 38.28%
R=16.90%
G=44.83%
B=38.28%

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
Decimal491301110.6200.150.49165.9345.2535.1
Hex31826F3E0F31a62d23
Octal6120215776017612465543
Binary1100011000001011011111111100111111000110100110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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