#486355

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

Shades of Viridian Green #486355

Tints of Viridian Green #486355

Color information

#486355 (or 0x486355) is unknown color: approx Viridian Green. HEX triplet: 48, 63 and 55. RGB value is (72,99,85). Sum of RGB (Red+Green+Blue) = 72+99+85=256 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.12% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 99 - color contains mainly: green. Hex color #486355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486355 is #B79CAA. Grayscale: #595959. Windows color (decimal): -12033195 or 5595976. OLE color: 5595976.

HSL color Cylindrical-coordinate representation of color #486355: hue angle of 148.89º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #486355 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB729985-
CMYK0.2700.140.61
HSL148.89º15.79%33.53%-
HSV(B)148.89º27.27%38.82%-
XYZ8.7710.9610.25-
YUV89.33125.55115.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 28.12%
GREEN value IS 99 (39.06% from 255) = 38.67%
BLUE value IS 85 (33.59% from 255) = 33.20%
R=28.12%
G=38.67%
B=33.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7299850.2700.140.61148.8915.7933.53
Hex4863551B0E3D951022
Octal11014312533016752252042
Binary10010001100011101010111011011101111011001010110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486355; }

 p { color: rgb(72,99,85); }

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

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

 a { background-color: rgb(72,99,85); }

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

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

 span { border-color: rgb(72,99,85); }

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