Html Css Color HEX #31776F Genoa

📋 copy color: '#31776F'

red 49 ◦ green 119 ◦ blue 111

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

Shades of Genoa #31776F

Tints of Genoa #31776F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 39.78%

R = 17.56%
G = 42.65%
B = 39.78%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#31776F (or 0x31776F) is known color: Genoa. HEX triplet: 31, 77 and 6F. RGB value is (49,119,111). Sum of RGB (Red+Green+Blue) = 49+119+111=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 119 - color contains mainly: green. Hex color #31776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31776F is #CE8890. Grayscale: #616161. Windows color (decimal): -13535377 or 7305009. OLE color: 7305009.

HSL color Cylindrical-coordinate representation of color #31776F: hue angle of 173.14º 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 #31776F is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 119 111 -
CMYK 0.59 0 0.07 0.53
HSL 173.14º 0.42% 0.33% -
HSV(B) 173.14º 0.59% 0.47% -
XYZ 10.73 14.99 17.37 -
YUV 97.16 135.81 93.65 -
System Red Green Blue C M Y K H S L
Decimal 49 119 111 0.59 0 0.07 0.53 173.14 0.42 0.33
Hex 31 77 6F 3B 0 7 35 AD 2A 21
Octal 61 167 157 73 0 7 65 255 52 41
Binary 110001 1110111 1101111 111011 0 111 110101 10101101 101010 100001

Color Harmonies of #31776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31776F

Black with #31776F

Text Example


Text Example

White with #31776F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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