Html Css Color HEX #316F6E Genoa

📋 copy color: '#316F6E'

red 49 ◦ green 111 ◦ blue 110

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

Shades of Genoa #316F6E

Tints of Genoa #316F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 40.74%

R = 18.15%
G = 41.11%
B = 40.74%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#316F6E (or 0x316F6E) is known color: Genoa. HEX triplet: 31, 6F and 6E. RGB value is (49,111,110). Sum of RGB (Red+Green+Blue) = 49+111+110=270 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.15% from 270); Green value is 111 (43.75% from 255 or 41.11% from 270); Blue value is 110 (43.36% from 255 or 40.74% from 270); Max value from RGB is 111 - color contains mainly: green. Hex color #316F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316F6E is #CE9091. Grayscale: #5C5C5C. Windows color (decimal): -13537426 or 7237425. OLE color: 7237425.

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

Color convert

RGB 49 111 110 -
CMYK 0.56 0 0.01 0.56
HSL 179.03º 0.39% 0.31% -
HSV(B) 179.03º 0.56% 0.44% -
XYZ 9.77 13.15 16.77 -
YUV 92.35 137.96 97.08 -
System Red Green Blue C M Y K H S L
Decimal 49 111 110 0.56 0 0.01 0.56 179.03 0.39 0.31
Hex 31 6F 6E 38 0 1 38 B3 27 1F
Octal 61 157 156 70 0 1 70 263 47 37
Binary 110001 1101111 1101110 111000 0 1 111000 10110011 100111 11111

Color Harmonies of #316F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316F6E

Black with #316F6E

Text Example


Text Example

White with #316F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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