#48916F

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

Shades of Viridian #48916F

Tints of Viridian #48916F

Color information

#48916F (or 0x48916F) is unknown color: approx Viridian. HEX triplet: 48, 91 and 6F. RGB value is (72,145,111). Sum of RGB (Red+Green+Blue) = 72+145+111=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 145 - color contains mainly: green. Hex color #48916F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48916F is #B76E90. Grayscale: #777777. Windows color (decimal): -12021393 or 7311688. OLE color: 7311688.

HSL color Cylindrical-coordinate representation of color #48916F: hue angle of 152.05º 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 #48916F is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB72145111-
CMYK0.5000.230.43
HSL152.05º33.64%42.55%-
HSV(B)152.05º50.34%56.86%-
XYZ15.6722.7818.61-
YUV119.3123.3294.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.95%
GREEN value IS 145 (57.03% from 255) = 44.21%
BLUE value IS 111 (43.75% from 255) = 33.84%
R=21.95%
G=44.21%
B=33.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721451110.5000.230.43152.0533.6442.55
Hex48916F320172B98222b
Octal11022115762027532304253
Binary100100010010001110111111001001011110101110011000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48916F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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