#48866A

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

Shades of Viridian #48866A

Tints of Viridian #48866A

Color information

#48866A (or 0x48866A) is unknown color: approx Viridian. HEX triplet: 48, 86 and 6A. RGB value is (72,134,106). Sum of RGB (Red+Green+Blue) = 72+134+106=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 134 - color contains mainly: green. Hex color #48866A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48866A is #B77995. Grayscale: #707070. Windows color (decimal): -12024214 or 6981192. OLE color: 6981192.

HSL color Cylindrical-coordinate representation of color #48866A: hue angle of 152.9º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #48866A is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB72134106-
CMYK0.4600.210.47
HSL152.9º30.1%40.39%-
HSV(B)152.9º46.27%52.55%-
XYZ13.819.4716.67-
YUV112.27124.4699.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.08%
GREEN value IS 134 (52.73% from 255) = 42.95%
BLUE value IS 106 (41.80% from 255) = 33.97%
R=23.08%
G=42.95%
B=33.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721341060.4600.210.47152.930.140.39
Hex48866A2E0152F991e28
Octal11020615256025572313650
Binary10010001000011011010101011100101011011111001100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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