#31866B

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

Shades of Viridian #31866B

Tints of Viridian #31866B

Color information

#31866B (or 0x31866B) is unknown color: approx Viridian. HEX triplet: 31, 86 and 6B. RGB value is (49,134,107). Sum of RGB (Red+Green+Blue) = 49+134+107=290 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.90% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 107 (42.19% from 255 or 36.90% from 290); Max value from RGB is 134 - color contains mainly: green. Hex color #31866B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31866B is #CE7994. Grayscale: #696969. Windows color (decimal): -13531541 or 7046705. OLE color: 7046705.

HSL color Cylindrical-coordinate representation of color #31866B: hue angle of 160.94º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31866B is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB49134107-
CMYK0.6300.200.47
HSL160.94º46.45%35.88%-
HSV(B)160.94º63.43%52.55%-
XYZ12.4518.7616.88-
YUV105.51128.8487.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 16.90%
GREEN value IS 134 (52.73% from 255) = 46.21%
BLUE value IS 107 (42.19% from 255) = 36.90%
R=16.90%
G=46.21%
B=36.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal491341070.6300.200.47160.9446.4535.88
Hex31866B3F0142Fa12e24
Octal6120615377024572415644
Binary11000110000110110101111111101010010111110100001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31866B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31866B; }

 p { color: rgb(49,134,107); }

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

<style>
 a { background-color: #31866B; }

 a { background-color: rgb(49,134,107); }

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

<style>
 span { border-color: #31866B; }

 span { border-color: rgb(49,134,107); }

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