Html Css Color HEX #31706C Genoa

📋 copy color: '#31706C'

red 49 ◦ green 112 ◦ blue 108

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

Shades of Genoa #31706C

Tints of Genoa #31706C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.64%

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

R = 18.22%
G = 41.64%
B = 40.15%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#31706C (or 0x31706C) is known color: Genoa. HEX triplet: 31, 70 and 6C. RGB value is (49,112,108). Sum of RGB (Red+Green+Blue) = 49+112+108=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 112 - color contains mainly: green. Hex color #31706C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31706C is #CE8F93. Grayscale: #5C5C5C. Windows color (decimal): -13537172 or 7106609. OLE color: 7106609.

HSL color Cylindrical-coordinate representation of color #31706C: hue angle of 176.19º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #31706C is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 112 108 -
CMYK 0.56 0 0.04 0.56
HSL 176.19º 0.39% 0.32% -
HSV(B) 176.19º 0.56% 0.44% -
XYZ 9.77 13.32 16.24 -
YUV 92.71 136.63 96.83 -
System Red Green Blue C M Y K H S L
Decimal 49 112 108 0.56 0 0.04 0.56 176.19 0.39 0.32
Hex 31 70 6C 38 0 4 38 B0 27 20
Octal 61 160 154 70 0 4 70 260 47 40
Binary 110001 1110000 1101100 111000 0 100 111000 10110000 100111 100000

Color Harmonies of #31706C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31706C

Black with #31706C

Text Example


Text Example

White with #31706C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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