Html Css Color HEX #318276 Genoa

📋 copy color: '#318276'

red 49 ◦ green 130 ◦ blue 118

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

Shades of Genoa #318276

Tints of Genoa #318276

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.77%

 BLUE value IS 118 (46.48% from 255) = 39.73%

R = 16.5%
G = 43.77%
B = 39.73%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#318276 (or 0x318276) is known color: Genoa. HEX triplet: 31, 82 and 76. RGB value is (49,130,118). Sum of RGB (Red+Green+Blue) = 49+130+118=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 118 (46.48% from 255 or 39.73% from 297); Max value from RGB is 130 - color contains mainly: green. Hex color #318276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318276 is #CE7D89. Grayscale: #686868. Windows color (decimal): -13532554 or 7766577. OLE color: 7766577.

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

Color convert

RGB 49 130 118 -
CMYK 0.62 0 0.09 0.49
HSL 171.11º 0.45% 0.35% -
HSV(B) 171.11º 0.62% 0.51% -
XYZ 12.52 17.93 19.94 -
YUV 104.41 135.66 88.48 -
System Red Green Blue C M Y K H S L
Decimal 49 130 118 0.62 0 0.09 0.49 171.11 0.45 0.35
Hex 31 82 76 3E 0 9 31 AB 2D 23
Octal 61 202 166 76 0 11 61 253 55 43
Binary 110001 10000010 1110110 111110 0 1001 110001 10101011 101101 100011

Color Harmonies of #318276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318276

Black with #318276

Text Example


Text Example

White with #318276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318276; }

 p { color: rgb(49,130,118); }

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

background-color css

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

 a { background-color: rgb(49,130,118); }

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

border-color css

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

 span { border-color: rgb(49,130,118); }

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