#31886C

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

Shades of Viridian #31886C

Tints of Viridian #31886C

Color information

#31886C (or 0x31886C) is unknown color: approx Viridian. HEX triplet: 31, 88 and 6C. RGB value is (49,136,108). Sum of RGB (Red+Green+Blue) = 49+136+108=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 136 - color contains mainly: green. Hex color #31886C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31886C is #CE7793. Grayscale: #6A6A6A. Windows color (decimal): -13531028 or 7112753. OLE color: 7112753.

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

Color convert

RGB49136108-
CMYK0.6400.210.47
HSL160.69º47.03%36.27%-
HSV(B)160.69º63.97%53.33%-
XYZ12.7819.3417.25-
YUV106.79128.6886.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.72%
GREEN value IS 136 (53.52% from 255) = 46.42%
BLUE value IS 108 (42.58% from 255) = 36.86%
R=16.72%
G=46.42%
B=36.86%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal491361080.6400.210.47160.6947.0336.27
Hex31886C400152Fa12f24
Octal61210154100025572415744
Binary110001100010001101100100000001010110111110100001101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31886C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31886C; }

 p { color: rgb(49,136,108); }

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

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

 a { background-color: rgb(49,136,108); }

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

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

 span { border-color: rgb(49,136,108); }

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