Html Css Color HEX #31706B Genoa

📋 copy color: '#31706B'

red 49 ◦ green 112 ◦ blue 107

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

Shades of Genoa #31706B

Tints of Genoa #31706B

RGB

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

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

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

R = 18.28%
G = 41.79%
B = 39.93%

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

#31706B (or 0x31706B) is known color: Genoa. HEX triplet: 31, 70 and 6B. RGB value is (49,112,107). Sum of RGB (Red+Green+Blue) = 49+112+107=268 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.28% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 112 - color contains mainly: green. Hex color #31706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31706B is #CE8F94. Grayscale: #5C5C5C. Windows color (decimal): -13537173 or 7041073. OLE color: 7041073.

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

Color convert

RGB 49 112 107 -
CMYK 0.56 0 0.04 0.56
HSL 175.24º 0.39% 0.32% -
HSV(B) 175.24º 0.56% 0.44% -
XYZ 9.71 13.3 15.97 -
YUV 92.59 136.13 96.91 -
System Red Green Blue C M Y K H S L
Decimal 49 112 107 0.56 0 0.04 0.56 175.24 0.39 0.32
Hex 31 70 6B 38 0 4 38 AF 27 20
Octal 61 160 153 70 0 4 70 257 47 40
Binary 110001 1110000 1101011 111000 0 100 111000 10101111 100111 100000

Color Harmonies of #31706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31706B

Black with #31706B

Text Example


Text Example

White with #31706B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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