#48826D

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

Shades of Viridian #48826D

Tints of Viridian #48826D

Color information

#48826D (or 0x48826D) is unknown color: approx Viridian. HEX triplet: 48, 82 and 6D. RGB value is (72,130,109). Sum of RGB (Red+Green+Blue) = 72+130+109=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 130 - color contains mainly: green. Hex color #48826D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48826D is #B77D92. Grayscale: #6E6E6E. Windows color (decimal): -12025235 or 7176776. OLE color: 7176776.

HSL color Cylindrical-coordinate representation of color #48826D: hue angle of 158.28º 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 #48826D is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB72130109-
CMYK0.4500.160.49
HSL158.28º28.71%39.61%-
HSV(B)158.28º44.62%50.98%-
XYZ13.4218.4517.32-
YUV110.26127.28100.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.15%
GREEN value IS 130 (51.17% from 255) = 41.80%
BLUE value IS 109 (42.97% from 255) = 35.05%
R=23.15%
G=41.80%
B=35.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal721301090.4500.160.49158.2828.7139.61
Hex48826D2D010319e1d28
Octal11020215555020612363550
Binary10010001000001011011011011010100001100011001111011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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