#48695A

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

Shades of Viridian Green #48695A

Tints of Viridian Green #48695A

Color information

#48695A (or 0x48695A) is unknown color: approx Viridian Green. HEX triplet: 48, 69 and 5A. RGB value is (72,105,90). Sum of RGB (Red+Green+Blue) = 72+105+90=267 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.97% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 90 (35.55% from 255 or 33.71% from 267); Max value from RGB is 105 - color contains mainly: green. Hex color #48695A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48695A is #B796A5. Grayscale: #5D5D5D. Windows color (decimal): -12031654 or 5925192. OLE color: 5925192.

HSL color Cylindrical-coordinate representation of color #48695A: hue angle of 152.73º 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 #48695A is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB7210590-
CMYK0.3100.140.59
HSL152.73º18.64%34.71%-
HSV(B)152.73º31.43%41.18%-
XYZ9.5712.2211.53-
YUV93.42126.07112.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.97%
GREEN value IS 105 (41.41% from 255) = 39.33%
BLUE value IS 90 (35.55% from 255) = 33.71%
R=26.97%
G=39.33%
B=33.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72105900.3100.140.59152.7318.6434.71
Hex48695A1F0E3B991323
Octal11015113237016732312343
Binary10010001101001101101011111011101110111001100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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