#48695B

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

Shades of Viridian Green #48695B

Tints of Viridian Green #48695B

Color information

#48695B (or 0x48695B) is unknown color: approx Viridian Green. HEX triplet: 48, 69 and 5B. RGB value is (72,105,91). Sum of RGB (Red+Green+Blue) = 72+105+91=268 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.87% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 91 (35.94% from 255 or 33.96% from 268); Max value from RGB is 105 - color contains mainly: green. Hex color #48695B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48695B is #B796A4. Grayscale: #5D5D5D. Windows color (decimal): -12031653 or 5990728. OLE color: 5990728.

HSL color Cylindrical-coordinate representation of color #48695B: hue angle of 154.55º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #48695B is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB7210591-
CMYK0.3100.130.59
HSL154.55º18.64%34.71%-
HSV(B)154.55º31.43%41.18%-
XYZ9.6112.2411.75-
YUV93.54126.57112.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.87%
GREEN value IS 105 (41.41% from 255) = 39.18%
BLUE value IS 91 (35.94% from 255) = 33.96%
R=26.87%
G=39.18%
B=33.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72105910.3100.130.59154.5518.6434.71
Hex48695B1F0D3B9b1323
Octal11015113337015732332343
Binary10010001101001101101111111011011110111001101110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48695B; }

 p { color: rgb(72,105,91); }

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

<style>
 a { background-color: #48695B; }

 a { background-color: rgb(72,105,91); }

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

<style>
 span { border-color: #48695B; }

 span { border-color: rgb(72,105,91); }

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