#48926F

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

Shades of Viridian #48926F

Tints of Viridian #48926F

Color information

#48926F (or 0x48926F) is unknown color: approx Viridian. HEX triplet: 48, 92 and 6F. RGB value is (72,146,111). Sum of RGB (Red+Green+Blue) = 72+146+111=329 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.88% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 146 - color contains mainly: green. Hex color #48926F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48926F is #B76D90. Grayscale: #777777. Windows color (decimal): -12021137 or 7311944. OLE color: 7311944.

HSL color Cylindrical-coordinate representation of color #48926F: hue angle of 151.62º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48926F is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB72146111-
CMYK0.5100.240.43
HSL151.62º33.94%42.75%-
HSV(B)151.62º50.68%57.25%-
XYZ15.8223.0818.66-
YUV119.88122.9893.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.88%
GREEN value IS 146 (57.42% from 255) = 44.38%
BLUE value IS 111 (43.75% from 255) = 33.74%
R=21.88%
G=44.38%
B=33.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal721461110.5100.240.43151.6233.9442.75
Hex48926F330182B98222b
Octal11022215763030532304253
Binary100100010010010110111111001101100010101110011000100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48926F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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