Html Css Color HEX #317165 Genoa

📋 copy color: '#317165'

red 49 ◦ green 113 ◦ blue 101

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

Shades of Genoa #317165

Tints of Genoa #317165

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.97%

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

R = 18.63%
G = 42.97%
B = 38.4%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#317165 (or 0x317165) is known color: Genoa. HEX triplet: 31, 71 and 65. RGB value is (49,113,101). Sum of RGB (Red+Green+Blue) = 49+113+101=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 101 (39.84% from 255 or 38.40% from 263); Max value from RGB is 113 - color contains mainly: green. Hex color #317165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317165 is #CE8E9A. Grayscale: #5C5C5C. Windows color (decimal): -13536923 or 6648113. OLE color: 6648113.

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

Color convert

RGB 49 113 101 -
CMYK 0.57 0 0.11 0.56
HSL 168.75º 0.4% 0.32% -
HSV(B) 168.75º 0.57% 0.44% -
XYZ 9.52 13.4 14.4 -
YUV 92.5 132.8 96.98 -
System Red Green Blue C M Y K H S L
Decimal 49 113 101 0.57 0 0.11 0.56 168.75 0.4 0.32
Hex 31 71 65 39 0 B 38 A9 28 20
Octal 61 161 145 71 0 13 70 251 50 40
Binary 110001 1110001 1100101 111001 0 1011 111000 10101001 101000 100000

Color Harmonies of #317165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317165

Black with #317165

Text Example


Text Example

White with #317165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317165; }

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

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

background-color css

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

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

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

border-color css

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

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

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