Html Css Color HEX #31736B Genoa

📋 copy color: '#31736B'

red 49 ◦ green 115 ◦ blue 107

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

Shades of Genoa #31736B

Tints of Genoa #31736B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.44%

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

R = 18.08%
G = 42.44%
B = 39.48%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#31736B (or 0x31736B) is known color: Genoa. HEX triplet: 31, 73 and 6B. RGB value is (49,115,107). Sum of RGB (Red+Green+Blue) = 49+115+107=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 115 (45.31% from 255 or 42.44% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 115 - color contains mainly: green. Hex color #31736B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31736B is #CE8C94. Grayscale: #5E5E5E. Windows color (decimal): -13536405 or 7041841. OLE color: 7041841.

HSL color Cylindrical-coordinate representation of color #31736B: hue angle of 172.73º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #31736B is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 49 115 107 -
CMYK 0.57 0 0.07 0.55
HSL 172.73º 0.4% 0.32% -
HSV(B) 172.73º 0.57% 0.45% -
XYZ 10.05 13.98 16.08 -
YUV 94.35 135.13 95.65 -
System Red Green Blue C M Y K H S L
Decimal 49 115 107 0.57 0 0.07 0.55 172.73 0.4 0.32
Hex 31 73 6B 39 0 7 37 AD 28 20
Octal 61 163 153 71 0 7 67 255 50 40
Binary 110001 1110011 1101011 111001 0 111 110111 10101101 101000 100000

Color Harmonies of #31736B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31736B

Black with #31736B

Text Example


Text Example

White with #31736B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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