#318466

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

Shades of Viridian #318466

Tints of Viridian #318466

Color information

#318466 (or 0x318466) is unknown color: approx Viridian. HEX triplet: 31, 84 and 66. RGB value is (49,132,102). Sum of RGB (Red+Green+Blue) = 49+132+102=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 132 - color contains mainly: green. Hex color #318466 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318466 is #CE7B99. Grayscale: #676767. Windows color (decimal): -13532058 or 6718513. OLE color: 6718513.

HSL color Cylindrical-coordinate representation of color #318466: hue angle of 158.31º 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 #318466 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB49132102-
CMYK0.6300.230.48
HSL158.31º45.86%35.49%-
HSV(B)158.31º62.88%51.76%-
XYZ11.9218.1115.44-
YUV103.7612788.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.31%
GREEN value IS 132 (51.95% from 255) = 46.64%
BLUE value IS 102 (40.23% from 255) = 36.04%
R=17.31%
G=46.64%
B=36.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal491321020.6300.230.48158.3145.8635.49
Hex3184663F017309e2e23
Octal6120414677027602365643
Binary11000110000100110011011111101011111000010011110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318466; }

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

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

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

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

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

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

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

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