#318D77

Color #318D77 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #318D77

Tints of Viridian #318D77

Color information

#318D77 (or 0x318D77) is unknown color: approx 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

RGB49141119-
CMYK0.6500.160.45
HSL165.65º48.42%37.25%-
HSV(B)165.65º65.25%55.29%-
XYZ14.1221.0320.77-
YUV110.98132.5283.79-

RGB Variations

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

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 (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal491411190.6500.160.45165.6548.4237.25
Hex318D77410102Da63025
Octal61215167101020552466045
Binary110001100011011110111100000101000010110110100110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>