#31896F

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

Shades of Viridian #31896F

Tints of Viridian #31896F

Color information

#31896F (or 0x31896F) is unknown color: approx Viridian. HEX triplet: 31, 89 and 6F. RGB value is (49,137,111). Sum of RGB (Red+Green+Blue) = 49+137+111=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 137 - color contains mainly: green. Hex color #31896F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31896F is #CE7690. Grayscale: #6B6B6B. Windows color (decimal): -13530769 or 7309617. OLE color: 7309617.

HSL color Cylindrical-coordinate representation of color #31896F: hue angle of 162.27º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31896F is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB49137111-
CMYK0.6400.190.46
HSL162.27º47.31%36.47%-
HSV(B)162.27º64.23%53.73%-
XYZ13.0819.6918.15-
YUV107.72129.8586.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.50%
GREEN value IS 137 (53.91% from 255) = 46.13%
BLUE value IS 111 (43.75% from 255) = 37.37%
R=16.50%
G=46.13%
B=37.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal491371110.6400.190.46162.2747.3136.47
Hex31896F400132Ea22f24
Octal61211157100023562425744
Binary110001100010011101111100000001001110111010100010101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31896F; }

 p { color: rgb(49,137,111); }

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

<style>
 a { background-color: #31896F; }

 a { background-color: rgb(49,137,111); }

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

<style>
 span { border-color: #31896F; }

 span { border-color: rgb(49,137,111); }

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