#48906C

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

Shades of Viridian #48906C

Tints of Viridian #48906C

Color information

#48906C (or 0x48906C) is unknown color: approx Viridian. HEX triplet: 48, 90 and 6C. RGB value is (72,144,108). Sum of RGB (Red+Green+Blue) = 72+144+108=324 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.22% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 144 - color contains mainly: green. Hex color #48906C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48906C is #B76F93. Grayscale: #767676. Windows color (decimal): -12021652 or 7114824. OLE color: 7114824.

HSL color Cylindrical-coordinate representation of color #48906C: hue angle of 150º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48906C is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB72144108-
CMYK0.5000.250.44
HSL150º33.33%42.35%-
HSV(B)150º50%56.47%-
XYZ15.3522.4117.7-
YUV118.37122.1594.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.22%
GREEN value IS 144 (56.64% from 255) = 44.44%
BLUE value IS 108 (42.58% from 255) = 33.33%
R=22.22%
G=44.44%
B=33.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal721441080.5000.250.4415033.3342.35
Hex48906C320192C96212a
Octal11022015462031542264152
Binary100100010010000110110011001001100110110010010110100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48906C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48906C; }

 p { color: rgb(72,144,108); }

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

<style>
 a { background-color: #48906C; }

 a { background-color: rgb(72,144,108); }

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

<style>
 span { border-color: #48906C; }

 span { border-color: rgb(72,144,108); }

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