Html Css Color HEX #318672 Genoa

📋 copy color: '#318672'

red 49 ◦ green 134 ◦ blue 114

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

Shades of Genoa #318672

Tints of Genoa #318672

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.12%

 BLUE value IS 114 (44.92% from 255) = 38.38%

R = 16.5%
G = 45.12%
B = 38.38%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#318672 (or 0x318672) is known color: Genoa. HEX triplet: 31, 86 and 72. RGB value is (49,134,114). Sum of RGB (Red+Green+Blue) = 49+134+114=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 134 - color contains mainly: green. Hex color #318672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318672 is #CE798D. Grayscale: #6A6A6A. Windows color (decimal): -13531534 or 7505457. OLE color: 7505457.

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

Color convert

RGB 49 134 114 -
CMYK 0.63 0 0.15 0.47
HSL 165.88º 0.46% 0.36% -
HSV(B) 165.88º 0.63% 0.53% -
XYZ 12.83 18.92 18.89 -
YUV 106.31 132.34 87.13 -
System Red Green Blue C M Y K H S L
Decimal 49 134 114 0.63 0 0.15 0.47 165.88 0.46 0.36
Hex 31 86 72 3F 0 F 2F A6 2E 24
Octal 61 206 162 77 0 17 57 246 56 44
Binary 110001 10000110 1110010 111111 0 1111 101111 10100110 101110 100100

Color Harmonies of #318672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318672

Black with #318672

Text Example


Text Example

White with #318672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318672; }

 p { color: rgb(49,134,114); }

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

background-color css

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

 a { background-color: rgb(49,134,114); }

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

border-color css

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

 span { border-color: rgb(49,134,114); }

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