#318366

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

Shades of Viridian #318366

Tints of Viridian #318366

Color information

#318366 (or 0x318366) is unknown color: approx Viridian. HEX triplet: 31, 83 and 66. RGB value is (49,131,102). Sum of RGB (Red+Green+Blue) = 49+131+102=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 131 - color contains mainly: green. Hex color #318366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318366 is #CE7C99. Grayscale: #676767. Windows color (decimal): -13532314 or 6718257. OLE color: 6718257.

HSL color Cylindrical-coordinate representation of color #318366: hue angle of 158.78º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #318366 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB49131102-
CMYK0.6300.220.49
HSL158.78º45.56%35.29%-
HSV(B)158.78º62.6%51.37%-
XYZ11.7817.8415.39-
YUV103.18127.3389.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.38%
GREEN value IS 131 (51.56% from 255) = 46.45%
BLUE value IS 102 (40.23% from 255) = 36.17%
R=17.38%
G=46.45%
B=36.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491311020.6300.220.49158.7845.5635.29
Hex3183663F016319f2e23
Octal6120314677026612375643
Binary11000110000011110011011111101011011000110011111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318366; }

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

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

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

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

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

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

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

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