Html Css Color HEX #316A62 Genoa

📋 copy color: '#316A62'

red 49 ◦ green 106 ◦ blue 98

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

Shades of Genoa #316A62

Tints of Genoa #316A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 38.74%

R = 19.37%
G = 41.9%
B = 38.74%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#316A62 (or 0x316A62) is known color: Genoa. HEX triplet: 31, 6A and 62. RGB value is (49,106,98). Sum of RGB (Red+Green+Blue) = 49+106+98=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 106 (41.80% from 255 or 41.90% from 253); Blue value is 98 (38.67% from 255 or 38.74% from 253); Max value from RGB is 106 - color contains mainly: green. Hex color #316A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316A62 is #CE959D. Grayscale: #585858. Windows color (decimal): -13538718 or 6449713. OLE color: 6449713.

HSL color Cylindrical-coordinate representation of color #316A62: hue angle of 171.58º 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 #316A62 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 49 106 98 -
CMYK 0.54 0 0.08 0.58
HSL 171.58º 0.37% 0.3% -
HSV(B) 171.58º 0.54% 0.42% -
XYZ 8.63 11.84 13.39 -
YUV 88.05 133.62 100.15 -
System Red Green Blue C M Y K H S L
Decimal 49 106 98 0.54 0 0.08 0.58 171.58 0.37 0.3
Hex 31 6A 62 36 0 8 3A AC 25 1E
Octal 61 152 142 66 0 10 72 254 45 36
Binary 110001 1101010 1100010 110110 0 1000 111010 10101100 100101 11110

Color Harmonies of #316A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316A62

Black with #316A62

Text Example


Text Example

White with #316A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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