Html Css Color HEX #31706D Genoa

📋 copy color: '#31706D'

red 49 ◦ green 112 ◦ blue 109

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

Shades of Genoa #31706D

Tints of Genoa #31706D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.37%

R = 18.15%
G = 41.48%
B = 40.37%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#31706D (or 0x31706D) is known color: Genoa. HEX triplet: 31, 70 and 6D. RGB value is (49,112,109). Sum of RGB (Red+Green+Blue) = 49+112+109=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 109 (42.97% from 255 or 40.37% from 270); Max value from RGB is 112 - color contains mainly: green. Hex color #31706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31706D is #CE8F92. Grayscale: #5C5C5C. Windows color (decimal): -13537171 or 7172145. OLE color: 7172145.

HSL color Cylindrical-coordinate representation of color #31706D: hue angle of 177.14º 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 #31706D is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 112 109 -
CMYK 0.56 0 0.03 0.56
HSL 177.14º 0.39% 0.32% -
HSV(B) 177.14º 0.56% 0.44% -
XYZ 9.82 13.35 16.53 -
YUV 92.82 137.13 96.74 -
System Red Green Blue C M Y K H S L
Decimal 49 112 109 0.56 0 0.03 0.56 177.14 0.39 0.32
Hex 31 70 6D 38 0 3 38 B1 27 20
Octal 61 160 155 70 0 3 70 261 47 40
Binary 110001 1110000 1101101 111000 0 11 111000 10110001 100111 100000

Color Harmonies of #31706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31706D

Black with #31706D

Text Example


Text Example

White with #31706D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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