Html Css Color HEX #31796F Genoa

📋 copy color: '#31796F'

red 49 ◦ green 121 ◦ blue 111

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

Shades of Genoa #31796F

Tints of Genoa #31796F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.06%

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

R = 17.44%
G = 43.06%
B = 39.5%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#31796F (or 0x31796F) is known color: Genoa. HEX triplet: 31, 79 and 6F. RGB value is (49,121,111). Sum of RGB (Red+Green+Blue) = 49+121+111=281 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.44% from 281); Green value is 121 (47.66% from 255 or 43.06% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 121 - color contains mainly: green. Hex color #31796F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31796F is #CE8690. Grayscale: #626262. Windows color (decimal): -13534865 or 7305521. OLE color: 7305521.

HSL color Cylindrical-coordinate representation of color #31796F: hue angle of 171.67º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #31796F is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 121 111 -
CMYK 0.60 0 0.08 0.53
HSL 171.67º 0.42% 0.33% -
HSV(B) 171.67º 0.6% 0.47% -
XYZ 10.97 15.48 17.45 -
YUV 98.33 135.15 92.81 -
System Red Green Blue C M Y K H S L
Decimal 49 121 111 0.60 0 0.08 0.53 171.67 0.42 0.33
Hex 31 79 6F 3C 0 8 35 AC 2A 21
Octal 61 171 157 74 0 10 65 254 52 41
Binary 110001 1111001 1101111 111100 0 1000 110101 10101100 101010 100001

Color Harmonies of #31796F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31796F

Black with #31796F

Text Example


Text Example

White with #31796F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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