Html Css Color HEX #318074 Genoa

📋 copy color: '#318074'

red 49 ◦ green 128 ◦ blue 116

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

Shades of Genoa #318074

Tints of Genoa #318074

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.69%

 BLUE value IS 116 (45.7% from 255) = 39.59%

R = 16.72%
G = 43.69%
B = 39.59%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#318074 (or 0x318074) is known color: Genoa. HEX triplet: 31, 80 and 74. RGB value is (49,128,116). Sum of RGB (Red+Green+Blue) = 49+128+116=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 128 (50.39% from 255 or 43.69% from 293); Blue value is 116 (45.70% from 255 or 39.59% from 293); Max value from RGB is 128 - color contains mainly: green. Hex color #318074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318074 is #CE7F8B. Grayscale: #666666. Windows color (decimal): -13533068 or 7634993. OLE color: 7634993.

HSL color Cylindrical-coordinate representation of color #318074: hue angle of 170.89º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #318074 is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 128 116 -
CMYK 0.62 0 0.09 0.50
HSL 170.89º 0.45% 0.35% -
HSV(B) 170.89º 0.62% 0.5% -
XYZ 12.14 17.35 19.23 -
YUV 103.01 135.33 89.48 -
System Red Green Blue C M Y K H S L
Decimal 49 128 116 0.62 0 0.09 0.50 170.89 0.45 0.35
Hex 31 80 74 3E 0 9 32 AB 2D 23
Octal 61 200 164 76 0 11 62 253 55 43
Binary 110001 10000000 1110100 111110 0 1001 110010 10101011 101101 100011

Color Harmonies of #318074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318074

Black with #318074

Text Example


Text Example

White with #318074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318074; }

 p { color: rgb(49,128,116); }

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

background-color css

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

 a { background-color: rgb(49,128,116); }

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

border-color css

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

 span { border-color: rgb(49,128,116); }

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