#48836F

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

Shades of Viridian #48836F

Tints of Viridian #48836F

Color information

#48836F (or 0x48836F) is unknown color: approx Viridian. HEX triplet: 48, 83 and 6F. RGB value is (72,131,111). Sum of RGB (Red+Green+Blue) = 72+131+111=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 131 (51.56% from 255 or 41.72% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 131 - color contains mainly: green. Hex color #48836F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48836F is #B77C90. Grayscale: #6F6F6F. Windows color (decimal): -12024977 or 7308104. OLE color: 7308104.

HSL color Cylindrical-coordinate representation of color #48836F: hue angle of 159.66º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #48836F is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB72131111-
CMYK0.4500.150.49
HSL159.66º29.06%39.8%-
HSV(B)159.66º45.04%51.37%-
XYZ13.6618.7617.94-
YUV111.08127.95100.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.93%
GREEN value IS 131 (51.56% from 255) = 41.72%
BLUE value IS 111 (43.75% from 255) = 35.35%
R=22.93%
G=41.72%
B=35.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal721311110.4500.150.49159.6629.0639.8
Hex48836F2D0F31a01d28
Octal11020315755017612403550
Binary1001000100000111101111101101011111100011010000011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48836F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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