Html Css Color HEX #31756E Genoa

📋 copy color: '#31756E'

red 49 ◦ green 117 ◦ blue 110

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

Shades of Genoa #31756E

Tints of Genoa #31756E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.39%

 BLUE value IS 110 (43.36% from 255) = 39.86%

R = 17.75%
G = 42.39%
B = 39.86%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#31756E (or 0x31756E) is known color: Genoa. HEX triplet: 31, 75 and 6E. RGB value is (49,117,110). Sum of RGB (Red+Green+Blue) = 49+117+110=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 117 (46.09% from 255 or 42.39% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 117 - color contains mainly: green. Hex color #31756E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31756E is #CE8A91. Grayscale: #5F5F5F. Windows color (decimal): -13535890 or 7238961. OLE color: 7238961.

HSL color Cylindrical-coordinate representation of color #31756E: hue angle of 173.82º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #31756E is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 117 110 -
CMYK 0.58 0 0.06 0.54
HSL 173.82º 0.41% 0.33% -
HSV(B) 173.82º 0.58% 0.46% -
XYZ 10.44 14.5 17 -
YUV 95.87 135.97 94.57 -
System Red Green Blue C M Y K H S L
Decimal 49 117 110 0.58 0 0.06 0.54 173.82 0.41 0.33
Hex 31 75 6E 3A 0 6 36 AE 29 21
Octal 61 165 156 72 0 6 66 256 51 41
Binary 110001 1110101 1101110 111010 0 110 110110 10101110 101001 100001

Color Harmonies of #31756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31756E

Black with #31756E

Text Example


Text Example

White with #31756E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31756E; }

 p { color: rgb(49,117,110); }

 H1.HeaderClassName
 {
   color: #31756E;
 }
 .AnyTagClassName
 {
   color: #31756E;
 }
</style>

background-color css

<style>
 a { background-color: #31756E; }

 a { background-color: rgb(49,117,110); }

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

border-color css

<style>
 span { border-color: #31756E; }

 span { border-color: rgb(49,117,110); }

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