Html Css Color HEX #31706A Genoa

📋 copy color: '#31706A'

red 49 ◦ green 112 ◦ blue 106

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

Shades of Genoa #31706A

Tints of Genoa #31706A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 39.7%

R = 18.35%
G = 41.95%
B = 39.7%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#31706A (or 0x31706A) is known color: Genoa. HEX triplet: 31, 70 and 6A. RGB value is (49,112,106). Sum of RGB (Red+Green+Blue) = 49+112+106=267 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.35% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 106 (41.80% from 255 or 39.70% from 267); Max value from RGB is 112 - color contains mainly: green. Hex color #31706A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31706A is #CE8F95. Grayscale: #5C5C5C. Windows color (decimal): -13537174 or 6975537. OLE color: 6975537.

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

Color convert

RGB 49 112 106 -
CMYK 0.56 0 0.05 0.56
HSL 174.29º 0.39% 0.32% -
HSV(B) 174.29º 0.56% 0.44% -
XYZ 9.66 13.28 15.69 -
YUV 92.48 135.63 96.99 -
System Red Green Blue C M Y K H S L
Decimal 49 112 106 0.56 0 0.05 0.56 174.29 0.39 0.32
Hex 31 70 6A 38 0 5 38 AE 27 20
Octal 61 160 152 70 0 5 70 256 47 40
Binary 110001 1110000 1101010 111000 0 101 111000 10101110 100111 100000

Color Harmonies of #31706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31706A

Black with #31706A

Text Example


Text Example

White with #31706A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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