#31856C

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

Shades of Viridian #31856C

Tints of Viridian #31856C

Color information

#31856C (or 0x31856C) is unknown color: approx Viridian. HEX triplet: 31, 85 and 6C. RGB value is (49,133,108). Sum of RGB (Red+Green+Blue) = 49+133+108=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #31856C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31856C is #CE7A93. Grayscale: #696969. Windows color (decimal): -13531796 or 7111985. OLE color: 7111985.

HSL color Cylindrical-coordinate representation of color #31856C: hue angle of 162.14º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31856C is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB49133108-
CMYK0.6300.190.48
HSL162.14º46.15%35.69%-
HSV(B)162.14º63.16%52.16%-
XYZ12.3618.5117.11-
YUV105.03129.6788.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.90%
GREEN value IS 133 (52.34% from 255) = 45.86%
BLUE value IS 108 (42.58% from 255) = 37.24%
R=16.90%
G=45.86%
B=37.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal491331080.6300.190.48162.1446.1535.69
Hex31856C3F01330a22e24
Octal6120515477023602425644
Binary11000110000101110110011111101001111000010100010101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31856C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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