#318966

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

Shades of Viridian #318966

Tints of Viridian #318966

Color information

#318966 (or 0x318966) is unknown color: approx Viridian. HEX triplet: 31, 89 and 66. RGB value is (49,137,102). Sum of RGB (Red+Green+Blue) = 49+137+102=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 137 (53.91% from 255 or 47.57% from 288); Blue value is 102 (40.23% from 255 or 35.42% from 288); Max value from RGB is 137 - color contains mainly: green. Hex color #318966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318966 is #CE7699. Grayscale: #6A6A6A. Windows color (decimal): -13530778 or 6719793. OLE color: 6719793.

HSL color Cylindrical-coordinate representation of color #318966: hue angle of 156.14º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #318966 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB49137102-
CMYK0.6400.260.46
HSL156.14º47.31%36.47%-
HSV(B)156.14º64.23%53.73%-
XYZ12.6119.515.67-
YUV106.7125.3586.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.01%
GREEN value IS 137 (53.91% from 255) = 47.57%
BLUE value IS 102 (40.23% from 255) = 35.42%
R=17.01%
G=47.57%
B=35.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal491371020.6400.260.46156.1447.3136.47
Hex3189664001A2E9c2f24
Octal61211146100032562345744
Binary110001100010011100110100000001101010111010011100101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318966; }

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

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

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

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

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

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

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

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