Html Css Color HEX #31766A Genoa

📋 copy color: '#31766A'

red 49 ◦ green 118 ◦ blue 106

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

Shades of Genoa #31766A

Tints of Genoa #31766A

RGB

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

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

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

R = 17.95%
G = 43.22%
B = 38.83%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#31766A (or 0x31766A) is known color: Genoa. HEX triplet: 31, 76 and 6A. RGB value is (49,118,106). Sum of RGB (Red+Green+Blue) = 49+118+106=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 118 - color contains mainly: green. Hex color #31766A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31766A is #CE8995. Grayscale: #5F5F5F. Windows color (decimal): -13535638 or 6977073. OLE color: 6977073.

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

Color convert

RGB 49 118 106 -
CMYK 0.58 0 0.10 0.54
HSL 169.57º 0.41% 0.33% -
HSV(B) 169.57º 0.58% 0.46% -
XYZ 10.35 14.65 15.92 -
YUV 96 133.64 94.48 -
System Red Green Blue C M Y K H S L
Decimal 49 118 106 0.58 0 0.10 0.54 169.57 0.41 0.33
Hex 31 76 6A 3A 0 A 36 AA 29 21
Octal 61 166 152 72 0 12 66 252 51 41
Binary 110001 1110110 1101010 111010 0 1010 110110 10101010 101001 100001

Color Harmonies of #31766A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31766A

Black with #31766A

Text Example


Text Example

White with #31766A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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