#485D52

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

Shades of Viridian Green #485D52

Tints of Viridian Green #485D52

Color information

#485D52 (or 0x485D52) is unknown color: approx Viridian Green. HEX triplet: 48, 5D and 52. RGB value is (72,93,82). Sum of RGB (Red+Green+Blue) = 72+93+82=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 82 (32.42% from 255 or 33.20% from 247); Max value from RGB is 93 - color contains mainly: green. Hex color #485D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485D52 is #B7A2AD. Grayscale: #555555. Windows color (decimal): -12034734 or 5397832. OLE color: 5397832.

HSL color Cylindrical-coordinate representation of color #485D52: hue angle of 148.57º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #485D52 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB729382-
CMYK0.2300.120.64
HSL148.57º12.73%32.35%-
HSV(B)148.57º22.58%36.47%-
XYZ8.119.829.45-
YUV85.47126.04118.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.15%
GREEN value IS 93 (36.72% from 255) = 37.65%
BLUE value IS 82 (32.42% from 255) = 33.20%
R=29.15%
G=37.65%
B=33.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7293820.2300.120.64148.5712.7332.35
Hex485D52170C4095d20
Octal110135122270141002251540
Binary10010001011101101001010111011001000000100101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485D52; }

 p { color: rgb(72,93,82); }

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

<style>
 a { background-color: #485D52; }

 a { background-color: rgb(72,93,82); }

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

<style>
 span { border-color: #485D52; }

 span { border-color: rgb(72,93,82); }

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