Html Css Color HEX #317064 Genoa

📋 copy color: '#317064'

red 49 ◦ green 112 ◦ blue 100

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

Shades of Genoa #317064

Tints of Genoa #317064

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.91%

 BLUE value IS 100 (39.45% from 255) = 38.31%

R = 18.77%
G = 42.91%
B = 38.31%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#317064 (or 0x317064) is known color: Genoa. HEX triplet: 31, 70 and 64. RGB value is (49,112,100). Sum of RGB (Red+Green+Blue) = 49+112+100=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 100 (39.45% from 255 or 38.31% from 261); Max value from RGB is 112 - color contains mainly: green. Hex color #317064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317064 is #CE8F9B. Grayscale: #5B5B5B. Windows color (decimal): -13537180 or 6582321. OLE color: 6582321.

HSL color Cylindrical-coordinate representation of color #317064: hue angle of 168.57º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #317064 is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 112 100 -
CMYK 0.56 0 0.11 0.56
HSL 168.57º 0.39% 0.32% -
HSV(B) 168.57º 0.56% 0.44% -
XYZ 9.36 13.16 14.1 -
YUV 91.8 132.63 97.48 -
System Red Green Blue C M Y K H S L
Decimal 49 112 100 0.56 0 0.11 0.56 168.57 0.39 0.32
Hex 31 70 64 38 0 B 38 A9 27 20
Octal 61 160 144 70 0 13 70 251 47 40
Binary 110001 1110000 1100100 111000 0 1011 111000 10101001 100111 100000

Color Harmonies of #317064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317064

Black with #317064

Text Example


Text Example

White with #317064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317064; }

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

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

background-color css

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

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

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

border-color css

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

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

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