Html Css Color HEX #31726B Genoa

📋 copy color: '#31726B'

red 49 ◦ green 114 ◦ blue 107

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

Shades of Genoa #31726B

Tints of Genoa #31726B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 39.63%

R = 18.15%
G = 42.22%
B = 39.63%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#31726B (or 0x31726B) is known color: Genoa. HEX triplet: 31, 72 and 6B. RGB value is (49,114,107). Sum of RGB (Red+Green+Blue) = 49+114+107=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 114 - color contains mainly: green. Hex color #31726B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31726B is #CE8D94. Grayscale: #5D5D5D. Windows color (decimal): -13536661 or 7041585. OLE color: 7041585.

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

Color convert

RGB 49 114 107 -
CMYK 0.57 0 0.06 0.55
HSL 173.54º 0.4% 0.32% -
HSV(B) 173.54º 0.57% 0.45% -
XYZ 9.94 13.75 16.04 -
YUV 93.77 135.47 96.07 -
System Red Green Blue C M Y K H S L
Decimal 49 114 107 0.57 0 0.06 0.55 173.54 0.4 0.32
Hex 31 72 6B 39 0 6 37 AE 28 20
Octal 61 162 153 71 0 6 67 256 50 40
Binary 110001 1110010 1101011 111001 0 110 110111 10101110 101000 100000

Color Harmonies of #31726B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31726B

Black with #31726B

Text Example


Text Example

White with #31726B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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