#48896D

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

Shades of Viridian #48896D

Tints of Viridian #48896D

Color information

#48896D (or 0x48896D) is unknown color: approx Viridian. HEX triplet: 48, 89 and 6D. RGB value is (72,137,109). Sum of RGB (Red+Green+Blue) = 72+137+109=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 137 - color contains mainly: green. Hex color #48896D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48896D is #B77692. Grayscale: #727272. Windows color (decimal): -12023443 or 7178568. OLE color: 7178568.

HSL color Cylindrical-coordinate representation of color #48896D: hue angle of 154.15º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #48896D is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB72137109-
CMYK0.4700.200.46
HSL154.15º31.1%40.98%-
HSV(B)154.15º47.45%53.73%-
XYZ14.3820.3717.64-
YUV114.37124.9797.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.64%
GREEN value IS 137 (53.91% from 255) = 43.08%
BLUE value IS 109 (42.97% from 255) = 34.28%
R=22.64%
G=43.08%
B=34.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal721371090.4700.200.46154.1531.140.98
Hex48896D2F0142E9a1f29
Octal11021115557024562323751
Binary10010001000100111011011011110101001011101001101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48896D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48896D; }

 p { color: rgb(72,137,109); }

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

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

 a { background-color: rgb(72,137,109); }

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

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

 span { border-color: rgb(72,137,109); }

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