Html Css Color HEX #31776C Genoa

📋 copy color: '#31776C'

red 49 ◦ green 119 ◦ blue 108

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

Shades of Genoa #31776C

Tints of Genoa #31776C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.12%

 BLUE value IS 108 (42.58% from 255) = 39.13%

R = 17.75%
G = 43.12%
B = 39.13%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#31776C (or 0x31776C) is known color: Genoa. HEX triplet: 31, 77 and 6C. RGB value is (49,119,108). Sum of RGB (Red+Green+Blue) = 49+119+108=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 119 - color contains mainly: green. Hex color #31776C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31776C is #CE8893. Grayscale: #606060. Windows color (decimal): -13535380 or 7108401. OLE color: 7108401.

HSL color Cylindrical-coordinate representation of color #31776C: hue angle of 170.57º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #31776C is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 119 108 -
CMYK 0.59 0 0.09 0.53
HSL 170.57º 0.42% 0.33% -
HSV(B) 170.57º 0.59% 0.47% -
XYZ 10.57 14.93 16.51 -
YUV 96.82 134.31 93.89 -
System Red Green Blue C M Y K H S L
Decimal 49 119 108 0.59 0 0.09 0.53 170.57 0.42 0.33
Hex 31 77 6C 3B 0 9 35 AB 2A 21
Octal 61 167 154 73 0 11 65 253 52 41
Binary 110001 1110111 1101100 111011 0 1001 110101 10101011 101010 100001

Color Harmonies of #31776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31776C

Black with #31776C

Text Example


Text Example

White with #31776C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31776C; }

 p { color: rgb(49,119,108); }

 H1.HeaderClassName
 {
   color: #31776C;
 }
 .AnyTagClassName
 {
   color: #31776C;
 }
</style>

background-color css

<style>
 a { background-color: #31776C; }

 a { background-color: rgb(49,119,108); }

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

border-color css

<style>
 span { border-color: #31776C; }

 span { border-color: rgb(49,119,108); }

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