#318D76

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

Shades of Viridian #318D76

Tints of Viridian #318D76

Color information

#318D76 (or 0x318D76) is unknown color: approx Viridian. HEX triplet: 31, 8D and 76. RGB value is (49,141,118). Sum of RGB (Red+Green+Blue) = 49+141+118=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 141 (55.47% from 255 or 45.78% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 141 - color contains mainly: green. Hex color #318D76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318D76 is #CE7289. Grayscale: #6E6E6E. Windows color (decimal): -13529738 or 7769393. OLE color: 7769393.

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

Color convert

RGB49141118-
CMYK0.6500.160.45
HSL165º48.42%37.25%-
HSV(B)165º65.25%55.29%-
XYZ14.0621.0120.45-
YUV110.87132.0283.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.91%
GREEN value IS 141 (55.47% from 255) = 45.78%
BLUE value IS 118 (46.48% from 255) = 38.31%
R=15.91%
G=45.78%
B=38.31%

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
Decimal491411180.6500.160.4516548.4237.25
Hex318D76410102Da53025
Octal61215166101020552456045
Binary110001100011011110110100000101000010110110100101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #318D76;
 }
 .AnyTagClassName
 {
   color: #318D76;
 }
</style>
background-color css

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

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

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

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

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

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