Html Css Color HEX #316D65 Genoa

📋 copy color: '#316D65'

red 49 ◦ green 109 ◦ blue 101

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

Shades of Genoa #316D65

Tints of Genoa #316D65

RGB

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

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

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

R = 18.92%
G = 42.08%
B = 39%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.07

 K value IS 0.57

RGB Variations

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

Color information

#316D65 (or 0x316D65) is known color: Genoa. HEX triplet: 31, 6D and 65. RGB value is (49,109,101). Sum of RGB (Red+Green+Blue) = 49+109+101=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 109 (42.97% from 255 or 42.08% from 259); Blue value is 101 (39.84% from 255 or 39.00% from 259); Max value from RGB is 109 - color contains mainly: green. Hex color #316D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316D65 is #CE929A. Grayscale: #5A5A5A. Windows color (decimal): -13537947 or 6647089. OLE color: 6647089.

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

Color convert

RGB 49 109 101 -
CMYK 0.55 0 0.07 0.57
HSL 172º 0.38% 0.31% -
HSV(B) 172º 0.55% 0.43% -
XYZ 9.08 12.53 14.25 -
YUV 90.15 134.12 98.65 -
System Red Green Blue C M Y K H S L
Decimal 49 109 101 0.55 0 0.07 0.57 172 0.38 0.31
Hex 31 6D 65 37 0 7 39 AC 26 1F
Octal 61 155 145 67 0 7 71 254 46 37
Binary 110001 1101101 1100101 110111 0 111 111001 10101100 100110 11111

Color Harmonies of #316D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316D65

Black with #316D65

Text Example


Text Example

White with #316D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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