Html Css Color HEX #31736D Genoa

📋 copy color: '#31736D'

red 49 ◦ green 115 ◦ blue 109

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

Shades of Genoa #31736D

Tints of Genoa #31736D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.12%

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

R = 17.95%
G = 42.12%
B = 39.93%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#31736D (or 0x31736D) is known color: Genoa. HEX triplet: 31, 73 and 6D. RGB value is (49,115,109). Sum of RGB (Red+Green+Blue) = 49+115+109=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 109 (42.97% from 255 or 39.93% from 273); Max value from RGB is 115 - color contains mainly: green. Hex color #31736D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31736D is #CE8C92. Grayscale: #5E5E5E. Windows color (decimal): -13536403 or 7172913. OLE color: 7172913.

HSL color Cylindrical-coordinate representation of color #31736D: hue angle of 174.55º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #31736D is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 115 109 -
CMYK 0.57 0 0.05 0.55
HSL 174.55º 0.4% 0.32% -
HSV(B) 174.55º 0.57% 0.45% -
XYZ 10.16 14.02 16.64 -
YUV 94.58 136.13 95.49 -
System Red Green Blue C M Y K H S L
Decimal 49 115 109 0.57 0 0.05 0.55 174.55 0.4 0.32
Hex 31 73 6D 39 0 5 37 AF 28 20
Octal 61 163 155 71 0 5 67 257 50 40
Binary 110001 1110011 1101101 111001 0 101 110111 10101111 101000 100000

Color Harmonies of #31736D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31736D

Black with #31736D

Text Example


Text Example

White with #31736D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31736D; }

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

 H1.HeaderClassName
 {
   color: #31736D;
 }
 .AnyTagClassName
 {
   color: #31736D;
 }
</style>

background-color css

<style>
 a { background-color: #31736D; }

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

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

border-color css

<style>
 span { border-color: #31736D; }

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

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