#318566

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

Shades of Viridian #318566

Tints of Viridian #318566

Color information

#318566 (or 0x318566) is unknown color: approx Viridian. HEX triplet: 31, 85 and 66. RGB value is (49,133,102). Sum of RGB (Red+Green+Blue) = 49+133+102=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 133 - color contains mainly: green. Hex color #318566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318566 is #CE7A99. Grayscale: #686868. Windows color (decimal): -13531802 or 6718769. OLE color: 6718769.

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

Color convert

RGB49133102-
CMYK0.6300.230.48
HSL157.86º46.15%35.69%-
HSV(B)157.86º63.16%52.16%-
XYZ12.0518.3915.48-
YUV104.35126.6788.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.25%
GREEN value IS 133 (52.34% from 255) = 46.83%
BLUE value IS 102 (40.23% from 255) = 35.92%
R=17.25%
G=46.83%
B=35.92%

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
Decimal491331020.6300.230.48157.8646.1535.69
Hex3185663F017309e2e24
Octal6120514677027602365644
Binary11000110000101110011011111101011111000010011110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318566; }

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

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

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

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

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

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

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

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