Html Css Color HEX #318170 Genoa

📋 copy color: '#318170'

red 49 ◦ green 129 ◦ blue 112

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

Shades of Genoa #318170

Tints of Genoa #318170

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.48%

 BLUE value IS 112 (44.14% from 255) = 38.62%

R = 16.9%
G = 44.48%
B = 38.62%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#318170 (or 0x318170) is known color: Genoa. HEX triplet: 31, 81 and 70. RGB value is (49,129,112). Sum of RGB (Red+Green+Blue) = 49+129+112=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 129 - color contains mainly: green. Hex color #318170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318170 is #CE7E8F. Grayscale: #676767. Windows color (decimal): -13532816 or 7373105. OLE color: 7373105.

HSL color Cylindrical-coordinate representation of color #318170: hue angle of 167.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #318170 is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 129 112 -
CMYK 0.62 0 0.13 0.49
HSL 167.25º 0.45% 0.35% -
HSV(B) 167.25º 0.62% 0.51% -
XYZ 12.04 17.52 18.08 -
YUV 103.14 133 89.38 -
System Red Green Blue C M Y K H S L
Decimal 49 129 112 0.62 0 0.13 0.49 167.25 0.45 0.35
Hex 31 81 70 3E 0 D 31 A7 2D 23
Octal 61 201 160 76 0 15 61 247 55 43
Binary 110001 10000001 1110000 111110 0 1101 110001 10100111 101101 100011

Color Harmonies of #318170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318170

Black with #318170

Text Example


Text Example

White with #318170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318170; }

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

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

background-color css

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

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

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

border-color css

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

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

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