#48836D

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

Shades of Viridian #48836D

Tints of Viridian #48836D

Color information

#48836D (or 0x48836D) is unknown color: approx Viridian. HEX triplet: 48, 83 and 6D. RGB value is (72,131,109). Sum of RGB (Red+Green+Blue) = 72+131+109=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 131 - color contains mainly: green. Hex color #48836D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48836D is #B77C92. Grayscale: #6E6E6E. Windows color (decimal): -12024979 or 7177032. OLE color: 7177032.

HSL color Cylindrical-coordinate representation of color #48836D: hue angle of 157.63º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #48836D is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB72131109-
CMYK0.4500.170.49
HSL157.63º29.06%39.8%-
HSV(B)157.63º45.04%51.37%-
XYZ13.5518.7117.37-
YUV110.85126.95100.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.08%
GREEN value IS 131 (51.56% from 255) = 41.99%
BLUE value IS 109 (42.97% from 255) = 34.94%
R=23.08%
G=41.99%
B=34.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal721311090.4500.170.49157.6329.0639.8
Hex48836D2D011319e1d28
Octal11020315555021612363550
Binary10010001000001111011011011010100011100011001111011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48836D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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