#31876E

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

Shades of Viridian #31876E

Tints of Viridian #31876E

Color information

#31876E (or 0x31876E) is unknown color: approx Viridian. HEX triplet: 31, 87 and 6E. RGB value is (49,135,110). Sum of RGB (Red+Green+Blue) = 49+135+110=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #31876E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31876E is #CE7891. Grayscale: #6A6A6A. Windows color (decimal): -13531282 or 7243569. OLE color: 7243569.

HSL color Cylindrical-coordinate representation of color #31876E: hue angle of 162.56º 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 #31876E is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB49135110-
CMYK0.6400.190.47
HSL162.56º46.74%36.08%-
HSV(B)162.56º63.7%52.94%-
XYZ12.7519.1117.77-
YUV106.44130.0187.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.67%
GREEN value IS 135 (53.12% from 255) = 45.92%
BLUE value IS 110 (43.36% from 255) = 37.41%
R=16.67%
G=45.92%
B=37.41%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal491351100.6400.190.47162.5646.7436.08
Hex31876E400132Fa32f24
Octal61207156100023572435744
Binary110001100001111101110100000001001110111110100011101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31876E; }

 p { color: rgb(49,135,110); }

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

<style>
 a { background-color: #31876E; }

 a { background-color: rgb(49,135,110); }

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

<style>
 span { border-color: #31876E; }

 span { border-color: rgb(49,135,110); }

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