#318162

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

Shades of Viridian #318162

Tints of Viridian #318162

Color information

#318162 (or 0x318162) is unknown color: approx Viridian. HEX triplet: 31, 81 and 62. RGB value is (49,129,98). Sum of RGB (Red+Green+Blue) = 49+129+98=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 129 - color contains mainly: green. Hex color #318162 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318162 is #CE7E9D. Grayscale: #656565. Windows color (decimal): -13532830 or 6455601. OLE color: 6455601.

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

Color convert

RGB4912998-
CMYK0.6200.240.49
HSL156.75º44.94%34.9%-
HSV(B)156.75º62.02%50.59%-
XYZ11.3217.2414.29-
YUV101.5512690.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.75%
GREEN value IS 129 (50.78% from 255) = 46.74%
BLUE value IS 98 (38.67% from 255) = 35.51%
R=17.75%
G=46.74%
B=35.51%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49129980.6200.240.49156.7544.9434.9
Hex3181623E018319d2d23
Octal6120114276030612355543
Binary11000110000001110001011111001100011000110011101101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318162; }

 p { color: rgb(49,129,98); }

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

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

 a { background-color: rgb(49,129,98); }

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

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

 span { border-color: rgb(49,129,98); }

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