#31846A

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

Shades of Viridian #31846A

Tints of Viridian #31846A

Color information

#31846A (or 0x31846A) is unknown color: approx Viridian. HEX triplet: 31, 84 and 6A. RGB value is (49,132,106). Sum of RGB (Red+Green+Blue) = 49+132+106=287 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.07% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 132 - color contains mainly: green. Hex color #31846A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31846A is #CE7B95. Grayscale: #686868. Windows color (decimal): -13532054 or 6980657. OLE color: 6980657.

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

Color convert

RGB49132106-
CMYK0.6300.200.48
HSL161.2º45.86%35.49%-
HSV(B)161.2º62.88%51.76%-
XYZ12.1218.216.51-
YUV104.2212988.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.07%
GREEN value IS 132 (51.95% from 255) = 45.99%
BLUE value IS 106 (41.80% from 255) = 36.93%
R=17.07%
G=45.99%
B=36.93%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal491321060.6300.200.48161.245.8635.49
Hex31846A3F01430a12e23
Octal6120415277024602415643
Binary11000110000100110101011111101010011000010100001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31846A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31846A; }

 p { color: rgb(49,132,106); }

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

<style>
 a { background-color: #31846A; }

 a { background-color: rgb(49,132,106); }

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

<style>
 span { border-color: #31846A; }

 span { border-color: rgb(49,132,106); }

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