Html Css Color HEX #318573 Genoa

📋 copy color: '#318573'

red 49 ◦ green 133 ◦ blue 115

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

Shades of Genoa #318573

Tints of Genoa #318573

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.78%

 BLUE value IS 115 (45.31% from 255) = 38.72%

R = 16.5%
G = 44.78%
B = 38.72%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#318573 (or 0x318573) is known color: Genoa. HEX triplet: 31, 85 and 73. RGB value is (49,133,115). Sum of RGB (Red+Green+Blue) = 49+133+115=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 133 - color contains mainly: green. Hex color #318573 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318573 is #CE7A8C. Grayscale: #696969. Windows color (decimal): -13531789 or 7570737. OLE color: 7570737.

HSL color Cylindrical-coordinate representation of color #318573: hue angle of 167.14º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #318573 is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 133 115 -
CMYK 0.63 0 0.14 0.48
HSL 167.14º 0.46% 0.36% -
HSV(B) 167.14º 0.63% 0.52% -
XYZ 12.75 18.67 19.15 -
YUV 105.83 133.17 87.46 -
System Red Green Blue C M Y K H S L
Decimal 49 133 115 0.63 0 0.14 0.48 167.14 0.46 0.36
Hex 31 85 73 3F 0 E 30 A7 2E 24
Octal 61 205 163 77 0 16 60 247 56 44
Binary 110001 10000101 1110011 111111 0 1110 110000 10100111 101110 100100

Color Harmonies of #318573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318573

Black with #318573

Text Example


Text Example

White with #318573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318573; }

 p { color: rgb(49,133,115); }

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

background-color css

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

 a { background-color: rgb(49,133,115); }

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

border-color css

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

 span { border-color: rgb(49,133,115); }

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