Html Css Color HEX #317263 Genoa

📋 copy color: '#317263'

red 49 ◦ green 114 ◦ blue 99

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

Shades of Genoa #317263

Tints of Genoa #317263

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.51%

 BLUE value IS 99 (39.06% from 255) = 37.79%

R = 18.7%
G = 43.51%
B = 37.79%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#317263 (or 0x317263) is known color: Genoa. HEX triplet: 31, 72 and 63. RGB value is (49,114,99). Sum of RGB (Red+Green+Blue) = 49+114+99=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 114 - color contains mainly: green. Hex color #317263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317263 is #CE8D9C. Grayscale: #5C5C5C. Windows color (decimal): -13536669 or 6517297. OLE color: 6517297.

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

Color convert

RGB 49 114 99 -
CMYK 0.57 0 0.13 0.55
HSL 166.15º 0.4% 0.32% -
HSV(B) 166.15º 0.57% 0.45% -
XYZ 9.54 13.59 13.92 -
YUV 92.86 131.47 96.72 -
System Red Green Blue C M Y K H S L
Decimal 49 114 99 0.57 0 0.13 0.55 166.15 0.4 0.32
Hex 31 72 63 39 0 D 37 A6 28 20
Octal 61 162 143 71 0 15 67 246 50 40
Binary 110001 1110010 1100011 111001 0 1101 110111 10100110 101000 100000

Color Harmonies of #317263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317263

Black with #317263

Text Example


Text Example

White with #317263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317263; }

 p { color: rgb(49,114,99); }

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

background-color css

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

 a { background-color: rgb(49,114,99); }

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

border-color css

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

 span { border-color: rgb(49,114,99); }

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