Html Css Color HEX #317963 Genoa

📋 copy color: '#317963'

red 49 ◦ green 121 ◦ blue 99

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

Shades of Genoa #317963

Tints of Genoa #317963

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.98%

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

R = 18.22%
G = 44.98%
B = 36.8%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#317963 (or 0x317963) is known color: Genoa. HEX triplet: 31, 79 and 63. RGB value is (49,121,99). Sum of RGB (Red+Green+Blue) = 49+121+99=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 121 (47.66% from 255 or 44.98% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 121 - color contains mainly: green. Hex color #317963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317963 is #CE869C. Grayscale: #606060. Windows color (decimal): -13534877 or 6519089. OLE color: 6519089.

HSL color Cylindrical-coordinate representation of color #317963: hue angle of 161.67º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #317963 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 49 121 99 -
CMYK 0.60 0 0.18 0.53
HSL 161.67º 0.42% 0.33% -
HSV(B) 161.67º 0.6% 0.47% -
XYZ 10.36 15.23 14.2 -
YUV 96.96 129.15 93.79 -
System Red Green Blue C M Y K H S L
Decimal 49 121 99 0.60 0 0.18 0.53 161.67 0.42 0.33
Hex 31 79 63 3C 0 12 35 A2 2A 21
Octal 61 171 143 74 0 22 65 242 52 41
Binary 110001 1111001 1100011 111100 0 10010 110101 10100010 101010 100001

Color Harmonies of #317963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317963

Black with #317963

Text Example


Text Example

White with #317963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317963; }

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

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

background-color css

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

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

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

border-color css

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

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

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