Html Css Color HEX #318271 Genoa

📋 copy color: '#318271'

red 49 ◦ green 130 ◦ blue 113

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

Shades of Genoa #318271

Tints of Genoa #318271

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.52%

 BLUE value IS 113 (44.53% from 255) = 38.7%

R = 16.78%
G = 44.52%
B = 38.7%

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

#318271 (or 0x318271) is known color: Genoa. HEX triplet: 31, 82 and 71. RGB value is (49,130,113). Sum of RGB (Red+Green+Blue) = 49+130+113=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 130 - color contains mainly: green. Hex color #318271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318271 is #CE7D8E. Grayscale: #676767. Windows color (decimal): -13532559 or 7438897. OLE color: 7438897.

HSL color Cylindrical-coordinate representation of color #318271: hue angle of 167.41º 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 #318271 is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 130 113 -
CMYK 0.62 0 0.13 0.49
HSL 167.41º 0.45% 0.35% -
HSV(B) 167.41º 0.62% 0.51% -
XYZ 12.23 17.81 18.42 -
YUV 103.84 133.16 88.88 -
System Red Green Blue C M Y K H S L
Decimal 49 130 113 0.62 0 0.13 0.49 167.41 0.45 0.35
Hex 31 82 71 3E 0 D 31 A7 2D 23
Octal 61 202 161 76 0 15 61 247 55 43
Binary 110001 10000010 1110001 111110 0 1101 110001 10100111 101101 100011

Color Harmonies of #318271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318271

Black with #318271

Text Example


Text Example

White with #318271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318271; }

 p { color: rgb(49,130,113); }

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

background-color css

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

 a { background-color: rgb(49,130,113); }

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

border-color css

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

 span { border-color: rgb(49,130,113); }

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