Html Css Color HEX #316E65 Genoa

📋 copy color: '#316E65'

red 49 ◦ green 110 ◦ blue 101

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

Shades of Genoa #316E65

Tints of Genoa #316E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 38.85%

R = 18.85%
G = 42.31%
B = 38.85%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.08

 K value IS 0.57

RGB Variations

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

Color information

#316E65 (or 0x316E65) is known color: Genoa. HEX triplet: 31, 6E and 65. RGB value is (49,110,101). Sum of RGB (Red+Green+Blue) = 49+110+101=260 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.85% from 260); Green value is 110 (43.36% from 255 or 42.31% from 260); Blue value is 101 (39.84% from 255 or 38.85% from 260); Max value from RGB is 110 - color contains mainly: green. Hex color #316E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316E65 is #CE919A. Grayscale: #5A5A5A. Windows color (decimal): -13537691 or 6647345. OLE color: 6647345.

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

Color convert

RGB 49 110 101 -
CMYK 0.55 0 0.08 0.57
HSL 171.15º 0.38% 0.31% -
HSV(B) 171.15º 0.55% 0.43% -
XYZ 9.19 12.74 14.29 -
YUV 90.74 133.79 98.23 -
System Red Green Blue C M Y K H S L
Decimal 49 110 101 0.55 0 0.08 0.57 171.15 0.38 0.31
Hex 31 6E 65 37 0 8 39 AB 26 1F
Octal 61 156 145 67 0 10 71 253 46 37
Binary 110001 1101110 1100101 110111 0 1000 111001 10101011 100110 11111

Color Harmonies of #316E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316E65

Black with #316E65

Text Example


Text Example

White with #316E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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