Html Css Color HEX #318C78 Genoa

📋 copy color: '#318C78'

red 49 ◦ green 140 ◦ blue 120

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

Shades of Genoa #318C78

Tints of Genoa #318C78

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.31%

 BLUE value IS 120 (47.27% from 255) = 38.83%

R = 15.86%
G = 45.31%
B = 38.83%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#318C78 (or 0x318C78) is known color: Genoa. HEX triplet: 31, 8C and 78. RGB value is (49,140,120). Sum of RGB (Red+Green+Blue) = 49+140+120=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 140 (55.08% from 255 or 45.31% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 140 - color contains mainly: green. Hex color #318C78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318C78 is #CE7387. Grayscale: #6E6E6E. Windows color (decimal): -13529992 or 7900209. OLE color: 7900209.

HSL color Cylindrical-coordinate representation of color #318C78: hue angle of 166.81º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318C78 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 140 120 -
CMYK 0.65 0 0.14 0.45
HSL 166.81º 0.48% 0.37% -
HSV(B) 166.81º 0.65% 0.55% -
XYZ 14.03 20.77 21.04 -
YUV 110.51 133.35 84.13 -
System Red Green Blue C M Y K H S L
Decimal 49 140 120 0.65 0 0.14 0.45 166.81 0.48 0.37
Hex 31 8C 78 41 0 E 2D A7 30 25
Octal 61 214 170 101 0 16 55 247 60 45
Binary 110001 10001100 1111000 1000001 0 1110 101101 10100111 110000 100101

Color Harmonies of #318C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318C78

Black with #318C78

Text Example


Text Example

White with #318C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318C78; }

 p { color: rgb(49,140,120); }

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

background-color css

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

 a { background-color: rgb(49,140,120); }

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

border-color css

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

 span { border-color: rgb(49,140,120); }

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