Html Css Color HEX #316E62 Genoa

📋 copy color: '#316E62'

red 49 ◦ green 110 ◦ blue 98

#316E62
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Genoa #316E62

Tints of Genoa #316E62

RGB

 RED value IS 49 (19.53% from 255) = 19.07%

 GREEN value IS 110 (43.36% from 255) = 42.8%

 BLUE value IS 98 (38.67% from 255) = 38.13%

R = 19.07%
G = 42.8%
B = 38.13%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#316E62 (or 0x316E62) is known color: Genoa. HEX triplet: 31, 6E and 62. RGB value is (49,110,98). Sum of RGB (Red+Green+Blue) = 49+110+98=257 (34% of max value = 765). Red value is 49 (19.53% from 255 or 19.07% from 257); Green value is 110 (43.36% from 255 or 42.80% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 110 - color contains mainly: green. Hex color #316E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316E62 is #CE919D. Grayscale: #5A5A5A. Windows color (decimal): -13537694 or 6450737. OLE color: 6450737.

HSL color Cylindrical-coordinate representation of color #316E62: hue angle of 168.2º 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 #316E62 is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.57.

Color convert

RGB 49 110 98 -
CMYK 0.55 0 0.11 0.57
HSL 168.2º 0.38% 0.31% -
HSV(B) 168.2º 0.55% 0.43% -
XYZ 9.05 12.69 13.53 -
YUV 90.39 132.29 98.48 -
System Red Green Blue C M Y K H S L
Decimal 49 110 98 0.55 0 0.11 0.57 168.2 0.38 0.31
Hex 31 6E 62 37 0 B 39 A8 26 1F
Octal 61 156 142 67 0 13 71 250 46 37
Binary 110001 1101110 1100010 110111 0 1011 111001 10101000 100110 11111

Color Harmonies of #316E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316E62

Black with #316E62

Text Example


Text Example

White with #316E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #316E62;
 }
 .AnyTagClassName
 {
   color: #316E62;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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