Html Css Color HEX #318577 Genoa

📋 copy color: '#318577'

red 49 ◦ green 133 ◦ blue 119

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

Shades of Genoa #318577

Tints of Genoa #318577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.53%

R = 16.28%
G = 44.19%
B = 39.53%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#318577 (or 0x318577) is known color: Genoa. HEX triplet: 31, 85 and 77. RGB value is (49,133,119). Sum of RGB (Red+Green+Blue) = 49+133+119=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #318577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318577 is #CE7A88. Grayscale: #6A6A6A. Windows color (decimal): -13531785 or 7832881. OLE color: 7832881.

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

Color convert

RGB 49 133 119 -
CMYK 0.63 0 0.11 0.48
HSL 170º 0.46% 0.36% -
HSV(B) 170º 0.63% 0.52% -
XYZ 12.98 18.76 20.39 -
YUV 106.29 135.17 87.14 -
System Red Green Blue C M Y K H S L
Decimal 49 133 119 0.63 0 0.11 0.48 170 0.46 0.36
Hex 31 85 77 3F 0 B 30 AA 2E 24
Octal 61 205 167 77 0 13 60 252 56 44
Binary 110001 10000101 1110111 111111 0 1011 110000 10101010 101110 100100

Color Harmonies of #318577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318577

Black with #318577

Text Example


Text Example

White with #318577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318577; }

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

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

background-color css

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

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

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

border-color css

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

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

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