Html Css Color HEX #316A67 Genoa

📋 copy color: '#316A67'

red 49 ◦ green 106 ◦ blue 103

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

Shades of Genoa #316A67

Tints of Genoa #316A67

RGB

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

 GREEN value IS 106 (41.8% from 255) = 41.09%

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

R = 18.99%
G = 41.09%
B = 39.92%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#316A67 (or 0x316A67) is known color: Genoa. HEX triplet: 31, 6A and 67. RGB value is (49,106,103). Sum of RGB (Red+Green+Blue) = 49+106+103=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 106 (41.80% from 255 or 41.09% from 258); Blue value is 103 (40.62% from 255 or 39.92% from 258); Max value from RGB is 106 - color contains mainly: green. Hex color #316A67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316A67 is #CE9598. Grayscale: #585858. Windows color (decimal): -13538713 or 6777393. OLE color: 6777393.

HSL color Cylindrical-coordinate representation of color #316A67: hue angle of 176.84º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #316A67 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB 49 106 103 -
CMYK 0.54 0 0.03 0.58
HSL 176.84º 0.37% 0.3% -
HSV(B) 176.84º 0.54% 0.42% -
XYZ 8.87 11.94 14.67 -
YUV 88.62 136.12 99.74 -
System Red Green Blue C M Y K H S L
Decimal 49 106 103 0.54 0 0.03 0.58 176.84 0.37 0.3
Hex 31 6A 67 36 0 3 3A B1 25 1E
Octal 61 152 147 66 0 3 72 261 45 36
Binary 110001 1101010 1100111 110110 0 11 111010 10110001 100101 11110

Color Harmonies of #316A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316A67

Black with #316A67

Text Example


Text Example

White with #316A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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