#318163

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

Shades of Viridian #318163

Tints of Viridian #318163

Color information

#318163 (or 0x318163) is unknown color: approx Viridian. HEX triplet: 31, 81 and 63. RGB value is (49,129,99). Sum of RGB (Red+Green+Blue) = 49+129+99=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 129 - color contains mainly: green. Hex color #318163 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318163 is #CE7E9C. Grayscale: #656565. Windows color (decimal): -13532829 or 6521137. OLE color: 6521137.

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

Color convert

RGB4912999-
CMYK0.6200.230.49
HSL157.5º44.94%34.9%-
HSV(B)157.5º62.02%50.59%-
XYZ11.3717.2514.54-
YUV101.66126.590.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.69%
GREEN value IS 129 (50.78% from 255) = 46.57%
BLUE value IS 99 (39.06% from 255) = 35.74%
R=17.69%
G=46.57%
B=35.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49129990.6200.230.49157.544.9434.9
Hex3181633E017319e2d23
Octal6120114376027612365543
Binary11000110000001110001111111001011111000110011110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318163; }

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

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

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

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

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

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

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

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