#318165

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

Shades of Viridian #318165

Tints of Viridian #318165

Color information

#318165 (or 0x318165) is unknown color: approx Viridian. HEX triplet: 31, 81 and 65. RGB value is (49,129,101). Sum of RGB (Red+Green+Blue) = 49+129+101=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 129 - color contains mainly: green. Hex color #318165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318165 is #CE7E9A. Grayscale: #656565. Windows color (decimal): -13532827 or 6652209. OLE color: 6652209.

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

Color convert

RGB49129101-
CMYK0.6200.220.49
HSL159º44.94%34.9%-
HSV(B)159º62.02%50.59%-
XYZ11.4717.2915.05-
YUV101.89127.590.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.56%
GREEN value IS 129 (50.78% from 255) = 46.24%
BLUE value IS 101 (39.84% from 255) = 36.20%
R=17.56%
G=46.24%
B=36.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal491291010.6200.220.4915944.9434.9
Hex3181653E016319f2d23
Octal6120114576026612375543
Binary11000110000001110010111111001011011000110011111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318165; }

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

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

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

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

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

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

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

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