Html Css Color HEX #316D61 Genoa

📋 copy color: '#316D61'

red 49 ◦ green 109 ◦ blue 97

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

Shades of Genoa #316D61

Tints of Genoa #316D61

RGB

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

 GREEN value IS 109 (42.97% from 255) = 42.75%

 BLUE value IS 97 (38.28% from 255) = 38.04%

R = 19.22%
G = 42.75%
B = 38.04%

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

#316D61 (or 0x316D61) is known color: Genoa. HEX triplet: 31, 6D and 61. RGB value is (49,109,97). Sum of RGB (Red+Green+Blue) = 49+109+97=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 109 (42.97% from 255 or 42.75% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 109 - color contains mainly: green. Hex color #316D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316D61 is #CE929E. Grayscale: #595959. Windows color (decimal): -13537951 or 6384945. OLE color: 6384945.

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

Color convert

RGB 49 109 97 -
CMYK 0.55 0 0.11 0.57
HSL 168º 0.38% 0.31% -
HSV(B) 168º 0.55% 0.43% -
XYZ 8.89 12.45 13.24 -
YUV 89.69 132.12 98.98 -
System Red Green Blue C M Y K H S L
Decimal 49 109 97 0.55 0 0.11 0.57 168 0.38 0.31
Hex 31 6D 61 37 0 B 39 A8 26 1F
Octal 61 155 141 67 0 13 71 250 46 37
Binary 110001 1101101 1100001 110111 0 1011 111001 10101000 100110 11111

Color Harmonies of #316D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316D61

Black with #316D61

Text Example


Text Example

White with #316D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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