Html Css Color HEX #31786B Genoa

📋 copy color: '#31786B'

red 49 ◦ green 120 ◦ blue 107

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

Shades of Genoa #31786B

Tints of Genoa #31786B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.48%

 BLUE value IS 107 (42.19% from 255) = 38.77%

R = 17.75%
G = 43.48%
B = 38.77%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.11

 K value IS 0.53

RGB Variations

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

Color information

#31786B (or 0x31786B) is known color: Genoa. HEX triplet: 31, 78 and 6B. RGB value is (49,120,107). Sum of RGB (Red+Green+Blue) = 49+120+107=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 120 - color contains mainly: green. Hex color #31786B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31786B is #CE8794. Grayscale: #616161. Windows color (decimal): -13535125 or 7043121. OLE color: 7043121.

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

Color convert

RGB 49 120 107 -
CMYK 0.59 0 0.11 0.53
HSL 169.01º 0.42% 0.33% -
HSV(B) 169.01º 0.59% 0.47% -
XYZ 10.64 15.15 16.27 -
YUV 97.29 133.48 93.56 -
System Red Green Blue C M Y K H S L
Decimal 49 120 107 0.59 0 0.11 0.53 169.01 0.42 0.33
Hex 31 78 6B 3B 0 B 35 A9 2A 21
Octal 61 170 153 73 0 13 65 251 52 41
Binary 110001 1111000 1101011 111011 0 1011 110101 10101001 101010 100001

Color Harmonies of #31786B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31786B

Black with #31786B

Text Example


Text Example

White with #31786B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31786B; }

 p { color: rgb(49,120,107); }

 H1.HeaderClassName
 {
   color: #31786B;
 }
 .AnyTagClassName
 {
   color: #31786B;
 }
</style>

background-color css

<style>
 a { background-color: #31786B; }

 a { background-color: rgb(49,120,107); }

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

border-color css

<style>
 span { border-color: #31786B; }

 span { border-color: rgb(49,120,107); }

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