Html Css Color HEX #317065 Genoa

📋 copy color: '#317065'

red 49 ◦ green 112 ◦ blue 101

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

Shades of Genoa #317065

Tints of Genoa #317065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 38.55%

R = 18.7%
G = 42.75%
B = 38.55%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#317065 (or 0x317065) is known color: Genoa. HEX triplet: 31, 70 and 65. RGB value is (49,112,101). Sum of RGB (Red+Green+Blue) = 49+112+101=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 101 (39.84% from 255 or 38.55% from 262); Max value from RGB is 112 - color contains mainly: green. Hex color #317065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317065 is #CE8F9A. Grayscale: #5B5B5B. Windows color (decimal): -13537179 or 6647857. OLE color: 6647857.

HSL color Cylindrical-coordinate representation of color #317065: hue angle of 169.52º 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 #317065 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 112 101 -
CMYK 0.56 0 0.10 0.56
HSL 169.52º 0.39% 0.32% -
HSV(B) 169.52º 0.56% 0.44% -
XYZ 9.41 13.18 14.36 -
YUV 91.91 133.13 97.39 -
System Red Green Blue C M Y K H S L
Decimal 49 112 101 0.56 0 0.10 0.56 169.52 0.39 0.32
Hex 31 70 65 38 0 A 38 AA 27 20
Octal 61 160 145 70 0 12 70 252 47 40
Binary 110001 1110000 1100101 111000 0 1010 111000 10101010 100111 100000

Color Harmonies of #317065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317065

Black with #317065

Text Example


Text Example

White with #317065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317065; }

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

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

background-color css

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

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

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

border-color css

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

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

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