Html Css Color HEX #31766C Genoa

📋 copy color: '#31766C'

red 49 ◦ green 118 ◦ blue 108

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

Shades of Genoa #31766C

Tints of Genoa #31766C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 42.91%

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

R = 17.82%
G = 42.91%
B = 39.27%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#31766C (or 0x31766C) is known color: Genoa. HEX triplet: 31, 76 and 6C. RGB value is (49,118,108). Sum of RGB (Red+Green+Blue) = 49+118+108=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 118 (46.48% from 255 or 42.91% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 118 - color contains mainly: green. Hex color #31766C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31766C is #CE8993. Grayscale: #606060. Windows color (decimal): -13535636 or 7108145. OLE color: 7108145.

HSL color Cylindrical-coordinate representation of color #31766C: hue angle of 171.3º 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 #31766C is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 49 118 108 -
CMYK 0.58 0 0.08 0.54
HSL 171.3º 0.41% 0.33% -
HSV(B) 171.3º 0.58% 0.46% -
XYZ 10.45 14.69 16.47 -
YUV 96.23 134.64 94.31 -
System Red Green Blue C M Y K H S L
Decimal 49 118 108 0.58 0 0.08 0.54 171.3 0.41 0.33
Hex 31 76 6C 3A 0 8 36 AB 29 21
Octal 61 166 154 72 0 10 66 253 51 41
Binary 110001 1110110 1101100 111010 0 1000 110110 10101011 101001 100001

Color Harmonies of #31766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31766C

Black with #31766C

Text Example


Text Example

White with #31766C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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