#48856F

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

Shades of Viridian #48856F

Tints of Viridian #48856F

Color information

#48856F (or 0x48856F) is unknown color: approx Viridian. HEX triplet: 48, 85 and 6F. RGB value is (72,133,111). Sum of RGB (Red+Green+Blue) = 72+133+111=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 133 - color contains mainly: green. Hex color #48856F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48856F is #B77A90. Grayscale: #707070. Windows color (decimal): -12024465 or 7308616. OLE color: 7308616.

HSL color Cylindrical-coordinate representation of color #48856F: hue angle of 158.36º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #48856F is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB72133111-
CMYK0.4600.170.48
HSL158.36º29.76%40.2%-
HSV(B)158.36º45.86%52.16%-
XYZ13.9319.318.03-
YUV112.25127.2999.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.78%
GREEN value IS 133 (52.34% from 255) = 42.09%
BLUE value IS 111 (43.75% from 255) = 35.13%
R=22.78%
G=42.09%
B=35.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal721331110.4600.170.48158.3629.7640.2
Hex48856F2E011309e1e28
Octal11020515756021602363650
Binary10010001000010111011111011100100011100001001111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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