#31896C

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

Shades of Viridian #31896C

Tints of Viridian #31896C

Color information

#31896C (or 0x31896C) is unknown color: approx Viridian. HEX triplet: 31, 89 and 6C. RGB value is (49,137,108). Sum of RGB (Red+Green+Blue) = 49+137+108=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 137 - color contains mainly: green. Hex color #31896C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31896C is #CE7693. Grayscale: #6B6B6B. Windows color (decimal): -13530772 or 7113009. OLE color: 7113009.

HSL color Cylindrical-coordinate representation of color #31896C: hue angle of 160.23º 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 #31896C is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB49137108-
CMYK0.6400.210.46
HSL160.23º47.31%36.47%-
HSV(B)160.23º64.23%53.73%-
XYZ12.9219.6317.29-
YUV107.38128.3586.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.67%
GREEN value IS 137 (53.91% from 255) = 46.60%
BLUE value IS 108 (42.58% from 255) = 36.73%
R=16.67%
G=46.60%
B=36.73%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal491371080.6400.210.46160.2347.3136.47
Hex31896C400152Ea02f24
Octal61211154100025562405744
Binary110001100010011101100100000001010110111010100000101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31896C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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