#316D62

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

Shades of Genoa #316D62

Tints of Genoa #316D62

Color information

#316D62 (or 0x316D62) is unknown color: approx Genoa. HEX triplet: 31, 6D and 62. RGB value is (49,109,98). Sum of RGB (Red+Green+Blue) = 49+109+98=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 109 (42.97% from 255 or 42.58% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 109 - color contains mainly: green. Hex color #316D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316D62 is #CE929D. Grayscale: #595959. Windows color (decimal): -13537950 or 6450481. OLE color: 6450481.

HSL color Cylindrical-coordinate representation of color #316D62: hue angle of 169º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #316D62 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.57.

Color convert

RGB4910998-
CMYK0.5500.100.57
HSL169º37.97%30.98%-
HSV(B)169º55.05%42.75%-
XYZ8.9412.4713.49-
YUV89.81132.6298.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.14%
GREEN value IS 109 (42.97% from 255) = 42.58%
BLUE value IS 98 (38.67% from 255) = 38.28%
R=19.14%
G=42.58%
B=38.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal49109980.5500.100.5716937.9730.98
Hex316D62370A39a9261f
Octal6115514267012712514637
Binary11000111011011100010110111010101110011010100110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316D62; }

 p { color: rgb(49,109,98); }

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

<style>
 a { background-color: #316D62; }

 a { background-color: rgb(49,109,98); }

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

<style>
 span { border-color: #316D62; }

 span { border-color: rgb(49,109,98); }

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