Html Css Color HEX #316F5F Genoa

📋 copy color: '#316F5F'

red 49 ◦ green 111 ◦ blue 95

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

Shades of Genoa #316F5F

Tints of Genoa #316F5F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 43.53%

 BLUE value IS 95 (37.5% from 255) = 37.25%

R = 19.22%
G = 43.53%
B = 37.25%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.14

 K value IS 0.56

RGB Variations

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

Color information

#316F5F (or 0x316F5F) is known color: Genoa. HEX triplet: 31, 6F and 5F. RGB value is (49,111,95). Sum of RGB (Red+Green+Blue) = 49+111+95=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 111 (43.75% from 255 or 43.53% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 111 - color contains mainly: green. Hex color #316F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316F5F is #CE90A0. Grayscale: #5A5A5A. Windows color (decimal): -13537441 or 6254385. OLE color: 6254385.

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

Color convert

RGB 49 111 95 -
CMYK 0.56 0 0.14 0.56
HSL 164.52º 0.39% 0.31% -
HSV(B) 164.52º 0.56% 0.44% -
XYZ 9.02 12.85 12.83 -
YUV 90.64 130.46 98.3 -
System Red Green Blue C M Y K H S L
Decimal 49 111 95 0.56 0 0.14 0.56 164.52 0.39 0.31
Hex 31 6F 5F 38 0 E 38 A5 27 1F
Octal 61 157 137 70 0 16 70 245 47 37
Binary 110001 1101111 1011111 111000 0 1110 111000 10100101 100111 11111

Color Harmonies of #316F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316F5F

Black with #316F5F

Text Example


Text Example

White with #316F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316F5F; }

 p { color: rgb(49,111,95); }

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

background-color css

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

 a { background-color: rgb(49,111,95); }

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

border-color css

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

 span { border-color: rgb(49,111,95); }

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