Html Css Color HEX #31776D Genoa

📋 copy color: '#31776D'

red 49 ◦ green 119 ◦ blue 109

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

Shades of Genoa #31776D

Tints of Genoa #31776D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.35%

R = 17.69%
G = 42.96%
B = 39.35%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#31776D (or 0x31776D) is known color: Genoa. HEX triplet: 31, 77 and 6D. RGB value is (49,119,109). Sum of RGB (Red+Green+Blue) = 49+119+109=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 119 - color contains mainly: green. Hex color #31776D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31776D is #CE8892. Grayscale: #606060. Windows color (decimal): -13535379 or 7173937. OLE color: 7173937.

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

Color convert

RGB 49 119 109 -
CMYK 0.59 0 0.08 0.53
HSL 171.43º 0.42% 0.33% -
HSV(B) 171.43º 0.59% 0.47% -
XYZ 10.62 14.95 16.79 -
YUV 96.93 134.81 93.81 -
System Red Green Blue C M Y K H S L
Decimal 49 119 109 0.59 0 0.08 0.53 171.43 0.42 0.33
Hex 31 77 6D 3B 0 8 35 AB 2A 21
Octal 61 167 155 73 0 10 65 253 52 41
Binary 110001 1110111 1101101 111011 0 1000 110101 10101011 101010 100001

Color Harmonies of #31776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31776D

Black with #31776D

Text Example


Text Example

White with #31776D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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