Html Css Color HEX #318274 Genoa

📋 copy color: '#318274'

red 49 ◦ green 130 ◦ blue 116

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

Shades of Genoa #318274

Tints of Genoa #318274

RGB

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

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

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

R = 16.61%
G = 44.07%
B = 39.32%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#318274 (or 0x318274) is known color: Genoa. HEX triplet: 31, 82 and 74. RGB value is (49,130,116). Sum of RGB (Red+Green+Blue) = 49+130+116=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #318274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318274 is #CE7D8B. Grayscale: #686868. Windows color (decimal): -13532556 or 7635505. OLE color: 7635505.

HSL color Cylindrical-coordinate representation of color #318274: hue angle of 169.63º 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 #318274 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 130 116 -
CMYK 0.62 0 0.11 0.49
HSL 169.63º 0.45% 0.35% -
HSV(B) 169.63º 0.62% 0.51% -
XYZ 12.4 17.88 19.32 -
YUV 104.19 134.66 88.64 -
System Red Green Blue C M Y K H S L
Decimal 49 130 116 0.62 0 0.11 0.49 169.63 0.45 0.35
Hex 31 82 74 3E 0 B 31 AA 2D 23
Octal 61 202 164 76 0 13 61 252 55 43
Binary 110001 10000010 1110100 111110 0 1011 110001 10101010 101101 100011

Color Harmonies of #318274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318274

Black with #318274

Text Example


Text Example

White with #318274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318274; }

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

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

background-color css

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

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

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

border-color css

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

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

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