Html Css Color HEX #31746A Genoa

📋 copy color: '#31746A'

red 49 ◦ green 116 ◦ blue 106

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

Shades of Genoa #31746A

Tints of Genoa #31746A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.8%

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

R = 18.08%
G = 42.8%
B = 39.11%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#31746A (or 0x31746A) is known color: Genoa. HEX triplet: 31, 74 and 6A. RGB value is (49,116,106). Sum of RGB (Red+Green+Blue) = 49+116+106=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 116 (45.70% from 255 or 42.80% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 116 - color contains mainly: green. Hex color #31746A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31746A is #CE8B95. Grayscale: #5E5E5E. Windows color (decimal): -13536150 or 6976561. OLE color: 6976561.

HSL color Cylindrical-coordinate representation of color #31746A: hue angle of 171.04º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #31746A is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 116 106 -
CMYK 0.58 0 0.09 0.55
HSL 171.04º 0.41% 0.32% -
HSV(B) 171.04º 0.58% 0.45% -
XYZ 10.11 14.18 15.84 -
YUV 94.83 134.3 95.31 -
System Red Green Blue C M Y K H S L
Decimal 49 116 106 0.58 0 0.09 0.55 171.04 0.41 0.32
Hex 31 74 6A 3A 0 9 37 AB 29 20
Octal 61 164 152 72 0 11 67 253 51 40
Binary 110001 1110100 1101010 111010 0 1001 110111 10101011 101001 100000

Color Harmonies of #31746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31746A

Black with #31746A

Text Example


Text Example

White with #31746A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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