Html Css Color HEX #318D77 Viridian

📋 copy color: '#318D77'

red 49 ◦ green 141 ◦ blue 119

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

Shades of Viridian #318D77

Tints of Viridian #318D77

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.63%

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

R = 15.86%
G = 45.63%
B = 38.51%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#318D77 (or 0x318D77) is known color: Viridian. HEX triplet: 31, 8D and 77. RGB value is (49,141,119). Sum of RGB (Red+Green+Blue) = 49+141+119=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 141 (55.47% from 255 or 45.63% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 141 - color contains mainly: green. Hex color #318D77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318D77 is #CE7288. Grayscale: #6E6E6E. Windows color (decimal): -13529737 or 7834929. OLE color: 7834929.

HSL color Cylindrical-coordinate representation of color #318D77: hue angle of 165.65º 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 #318D77 is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 141 119 -
CMYK 0.65 0 0.16 0.45
HSL 165.65º 0.48% 0.37% -
HSV(B) 165.65º 0.65% 0.55% -
XYZ 14.12 21.03 20.77 -
YUV 110.98 132.52 83.79 -
System Red Green Blue C M Y K H S L
Decimal 49 141 119 0.65 0 0.16 0.45 165.65 0.48 0.37
Hex 31 8D 77 41 0 10 2D A6 30 25
Octal 61 215 167 101 0 20 55 246 60 45
Binary 110001 10001101 1110111 1000001 0 10000 101101 10100110 110000 100101

Color Harmonies of #318D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318D77

Black with #318D77

Text Example


Text Example

White with #318D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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