#318164

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

Shades of Viridian #318164

Tints of Viridian #318164

Color information

#318164 (or 0x318164) is unknown color: approx Viridian. HEX triplet: 31, 81 and 64. RGB value is (49,129,100). Sum of RGB (Red+Green+Blue) = 49+129+100=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 129 (50.78% from 255 or 46.40% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 129 - color contains mainly: green. Hex color #318164 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318164 is #CE7E9B. Grayscale: #656565. Windows color (decimal): -13532828 or 6586673. OLE color: 6586673.

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

Color convert

RGB49129100-
CMYK0.6200.220.49
HSL158.25º44.94%34.9%-
HSV(B)158.25º62.02%50.59%-
XYZ11.4217.2714.79-
YUV101.7712790.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 17.63%
GREEN value IS 129 (50.78% from 255) = 46.40%
BLUE value IS 100 (39.45% from 255) = 35.97%
R=17.63%
G=46.40%
B=35.97%

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
Decimal491291000.6200.220.49158.2544.9434.9
Hex3181643E016319e2d23
Octal6120114476026612365543
Binary11000110000001110010011111001011011000110011110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318164; }

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

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

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

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

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

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

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

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