#48916D

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

Shades of Viridian #48916D

Tints of Viridian #48916D

Color information

#48916D (or 0x48916D) is unknown color: approx Viridian. HEX triplet: 48, 91 and 6D. RGB value is (72,145,109). Sum of RGB (Red+Green+Blue) = 72+145+109=326 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.09% from 326); Green value is 145 (57.03% from 255 or 44.48% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 145 - color contains mainly: green. Hex color #48916D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48916D is #B76E92. Grayscale: #777777. Windows color (decimal): -12021395 or 7180616. OLE color: 7180616.

HSL color Cylindrical-coordinate representation of color #48916D: hue angle of 150.41º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48916D is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB72145109-
CMYK0.5000.250.43
HSL150.41º33.64%42.55%-
HSV(B)150.41º50.34%56.86%-
XYZ15.5622.7318.04-
YUV119.07122.3294.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.09%
GREEN value IS 145 (57.03% from 255) = 44.48%
BLUE value IS 109 (42.97% from 255) = 33.44%
R=22.09%
G=44.48%
B=33.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721451090.5000.250.43150.4133.6442.55
Hex48916D320192B96222b
Octal11022115562031532264253
Binary100100010010001110110111001001100110101110010110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48916D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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