Html Css Color HEX #31726A Genoa

📋 copy color: '#31726A'

red 49 ◦ green 114 ◦ blue 106

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

Shades of Genoa #31726A

Tints of Genoa #31726A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 39.41%

R = 18.22%
G = 42.38%
B = 39.41%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#31726A (or 0x31726A) is known color: Genoa. HEX triplet: 31, 72 and 6A. RGB value is (49,114,106). Sum of RGB (Red+Green+Blue) = 49+114+106=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 114 (44.92% from 255 or 42.38% from 269); Blue value is 106 (41.80% from 255 or 39.41% from 269); Max value from RGB is 114 - color contains mainly: green. Hex color #31726A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31726A is #CE8D95. Grayscale: #5D5D5D. Windows color (decimal): -13536662 or 6976049. OLE color: 6976049.

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

Color convert

RGB 49 114 106 -
CMYK 0.57 0 0.07 0.55
HSL 172.62º 0.4% 0.32% -
HSV(B) 172.62º 0.57% 0.45% -
XYZ 9.89 13.73 15.76 -
YUV 93.65 134.97 96.15 -
System Red Green Blue C M Y K H S L
Decimal 49 114 106 0.57 0 0.07 0.55 172.62 0.4 0.32
Hex 31 72 6A 39 0 7 37 AD 28 20
Octal 61 162 152 71 0 7 67 255 50 40
Binary 110001 1110010 1101010 111001 0 111 110111 10101101 101000 100000

Color Harmonies of #31726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31726A

Black with #31726A

Text Example


Text Example

White with #31726A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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