Html Css Color HEX #317167 Genoa

📋 copy color: '#317167'

red 49 ◦ green 113 ◦ blue 103

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

Shades of Genoa #317167

Tints of Genoa #317167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 38.87%

R = 18.49%
G = 42.64%
B = 38.87%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#317167 (or 0x317167) is known color: Genoa. HEX triplet: 31, 71 and 67. RGB value is (49,113,103). Sum of RGB (Red+Green+Blue) = 49+113+103=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 103 (40.62% from 255 or 38.87% from 265); Max value from RGB is 113 - color contains mainly: green. Hex color #317167 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #317167 is #CE8E98. Grayscale: #5C5C5C. Windows color (decimal): -13536921 or 6779185. OLE color: 6779185.

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

Color convert

RGB 49 113 103 -
CMYK 0.57 0 0.09 0.56
HSL 170.63º 0.4% 0.32% -
HSV(B) 170.63º 0.57% 0.44% -
XYZ 9.62 13.44 14.92 -
YUV 92.72 133.8 96.81 -
System Red Green Blue C M Y K H S L
Decimal 49 113 103 0.57 0 0.09 0.56 170.63 0.4 0.32
Hex 31 71 67 39 0 9 38 AB 28 20
Octal 61 161 147 71 0 11 70 253 50 40
Binary 110001 1110001 1100111 111001 0 1001 111000 10101011 101000 100000

Color Harmonies of #317167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317167

Black with #317167

Text Example


Text Example

White with #317167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317167; }

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

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

background-color css

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

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

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

border-color css

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

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

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