Html Css Color HEX #316E6D Genoa

📋 copy color: '#316E6D'

red 49 ◦ green 110 ◦ blue 109

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

Shades of Genoa #316E6D

Tints of Genoa #316E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.67%

R = 18.28%
G = 41.04%
B = 40.67%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.57

RGB Variations

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

Color information

#316E6D (or 0x316E6D) is known color: Genoa. HEX triplet: 31, 6E and 6D. RGB value is (49,110,109). Sum of RGB (Red+Green+Blue) = 49+110+109=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 110 (43.36% from 255 or 41.04% from 268); Blue value is 109 (42.97% from 255 or 40.67% from 268); Max value from RGB is 110 - color contains mainly: green. Hex color #316E6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316E6D is #CE9192. Grayscale: #5B5B5B. Windows color (decimal): -13537683 or 7171633. OLE color: 7171633.

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

Color convert

RGB 49 110 109 -
CMYK 0.55 0 0.01 0.57
HSL 179.02º 0.38% 0.31% -
HSV(B) 179.02º 0.55% 0.43% -
XYZ 9.6 12.91 16.45 -
YUV 91.65 137.79 97.58 -
System Red Green Blue C M Y K H S L
Decimal 49 110 109 0.55 0 0.01 0.57 179.02 0.38 0.31
Hex 31 6E 6D 37 0 1 39 B3 26 1F
Octal 61 156 155 67 0 1 71 263 46 37
Binary 110001 1101110 1101101 110111 0 1 111001 10110011 100110 11111

Color Harmonies of #316E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316E6D

Black with #316E6D

Text Example


Text Example

White with #316E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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