Html Css Color HEX #31726F Genoa

📋 copy color: '#31726F'

red 49 ◦ green 114 ◦ blue 111

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

Shades of Genoa #31726F

Tints of Genoa #31726F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.61%

 BLUE value IS 111 (43.75% from 255) = 40.51%

R = 17.88%
G = 41.61%
B = 40.51%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#31726F (or 0x31726F) is known color: Genoa. HEX triplet: 31, 72 and 6F. RGB value is (49,114,111). Sum of RGB (Red+Green+Blue) = 49+114+111=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 114 - color contains mainly: green. Hex color #31726F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31726F is #CE8D90. Grayscale: #5E5E5E. Windows color (decimal): -13536657 or 7303729. OLE color: 7303729.

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

Color convert

RGB 49 114 111 -
CMYK 0.57 0 0.03 0.55
HSL 177.23º 0.4% 0.32% -
HSV(B) 177.23º 0.57% 0.45% -
XYZ 10.15 13.84 17.17 -
YUV 94.22 137.47 95.74 -
System Red Green Blue C M Y K H S L
Decimal 49 114 111 0.57 0 0.03 0.55 177.23 0.4 0.32
Hex 31 72 6F 39 0 3 37 B1 28 20
Octal 61 162 157 71 0 3 67 261 50 40
Binary 110001 1110010 1101111 111001 0 11 110111 10110001 101000 100000

Color Harmonies of #31726F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31726F

Black with #31726F

Text Example


Text Example

White with #31726F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31726F; }

 p { color: rgb(49,114,111); }

 H1.HeaderClassName
 {
   color: #31726F;
 }
 .AnyTagClassName
 {
   color: #31726F;
 }
</style>

background-color css

<style>
 a { background-color: #31726F; }

 a { background-color: rgb(49,114,111); }

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

border-color css

<style>
 span { border-color: #31726F; }

 span { border-color: rgb(49,114,111); }

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