Html Css Color HEX #318474 Genoa

📋 copy color: '#318474'

red 49 ◦ green 132 ◦ blue 116

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

Shades of Genoa #318474

Tints of Genoa #318474

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.44%

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

R = 16.5%
G = 44.44%
B = 39.06%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#318474 (or 0x318474) is known color: Genoa. HEX triplet: 31, 84 and 74. RGB value is (49,132,116). Sum of RGB (Red+Green+Blue) = 49+132+116=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 132 - color contains mainly: green. Hex color #318474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318474 is #CE7B8B. Grayscale: #696969. Windows color (decimal): -13532044 or 7636017. OLE color: 7636017.

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

Color convert

RGB 49 132 116 -
CMYK 0.63 0 0.12 0.48
HSL 168.43º 0.46% 0.35% -
HSV(B) 168.43º 0.63% 0.52% -
XYZ 12.67 18.42 19.41 -
YUV 105.36 134 87.8 -
System Red Green Blue C M Y K H S L
Decimal 49 132 116 0.63 0 0.12 0.48 168.43 0.46 0.35
Hex 31 84 74 3F 0 C 30 A8 2E 23
Octal 61 204 164 77 0 14 60 250 56 43
Binary 110001 10000100 1110100 111111 0 1100 110000 10101000 101110 100011

Color Harmonies of #318474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318474

Black with #318474

Text Example


Text Example

White with #318474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318474; }

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

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

background-color css

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

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

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

border-color css

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

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

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