Html Css Color HEX #316D62 Genoa

📋 copy color: '#316D62'

red 49 ◦ green 109 ◦ blue 98

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

Shades of Genoa #316D62

Tints of Genoa #316D62

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 value IS 0.55

 M value IS 0

 Y value IS 0.10

 K value IS 0.57

RGB Variations

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

Color information

#316D62 (or 0x316D62) is known color: 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

RGB 49 109 98 -
CMYK 0.55 0 0.10 0.57
HSL 169º 0.38% 0.31% -
HSV(B) 169º 0.55% 0.43% -
XYZ 8.94 12.47 13.49 -
YUV 89.81 132.62 98.89 -
System Red Green Blue C M Y K H S L
Decimal 49 109 98 0.55 0 0.10 0.57 169 0.38 0.31
Hex 31 6D 62 37 0 A 39 A9 26 1F
Octal 61 155 142 67 0 12 71 251 46 37
Binary 110001 1101101 1100010 110111 0 1010 111001 10101001 100110 11111

Color Harmonies of #316D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316D62

Black with #316D62

Text Example


Text Example

White with #316D62

Text Example


Text Example

HTML Codes & Css Web 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>