Html Css Color HEX #316962 Genoa

📋 copy color: '#316962'

red 49 ◦ green 105 ◦ blue 98

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

Shades of Genoa #316962

Tints of Genoa #316962

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.67%

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

R = 19.44%
G = 41.67%
B = 38.89%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#316962 (or 0x316962) is known color: Genoa. HEX triplet: 31, 69 and 62. RGB value is (49,105,98). Sum of RGB (Red+Green+Blue) = 49+105+98=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 105 - color contains mainly: green. Hex color #316962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316962 is #CE969D. Grayscale: #575757. Windows color (decimal): -13538974 or 6449457. OLE color: 6449457.

HSL color Cylindrical-coordinate representation of color #316962: hue angle of 172.5º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #316962 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 49 105 98 -
CMYK 0.53 0 0.07 0.59
HSL 172.5º 0.36% 0.3% -
HSV(B) 172.5º 0.53% 0.41% -
XYZ 8.52 11.64 13.35 -
YUV 87.46 133.95 100.57 -
System Red Green Blue C M Y K H S L
Decimal 49 105 98 0.53 0 0.07 0.59 172.5 0.36 0.3
Hex 31 69 62 35 0 7 3B AC 24 1E
Octal 61 151 142 65 0 7 73 254 44 36
Binary 110001 1101001 1100010 110101 0 111 111011 10101100 100100 11110

Color Harmonies of #316962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316962

Black with #316962

Text Example


Text Example

White with #316962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316962; }

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

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

background-color css

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

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

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

border-color css

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

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

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