#48856A

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

Shades of Viridian #48856A

Tints of Viridian #48856A

Color information

#48856A (or 0x48856A) is unknown color: approx Viridian. HEX triplet: 48, 85 and 6A. RGB value is (72,133,106). Sum of RGB (Red+Green+Blue) = 72+133+106=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 133 - color contains mainly: green. Hex color #48856A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48856A is #B77A95. Grayscale: #6F6F6F. Windows color (decimal): -12024470 or 6980936. OLE color: 6980936.

HSL color Cylindrical-coordinate representation of color #48856A: hue angle of 153.44º 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 #48856A is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB72133106-
CMYK0.4600.200.48
HSL153.44º29.76%40.2%-
HSV(B)153.44º45.86%52.16%-
XYZ13.6619.1916.62-
YUV111.68124.7999.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.15%
GREEN value IS 133 (52.34% from 255) = 42.77%
BLUE value IS 106 (41.80% from 255) = 34.08%
R=23.15%
G=42.77%
B=34.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal721331060.4600.200.48153.4429.7640.2
Hex48856A2E01430991e28
Octal11020515256024602313650
Binary10010001000010111010101011100101001100001001100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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