#486358

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

Shades of Viridian Green #486358

Tints of Viridian Green #486358

Color information

#486358 (or 0x486358) is unknown color: approx Viridian Green. HEX triplet: 48, 63 and 58. RGB value is (72,99,88). Sum of RGB (Red+Green+Blue) = 72+99+88=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 99 - color contains mainly: green. Hex color #486358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486358 is #B79CA7. Grayscale: #595959. Windows color (decimal): -12033192 or 5792584. OLE color: 5792584.

HSL color Cylindrical-coordinate representation of color #486358: hue angle of 155.56º 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 #486358 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB729988-
CMYK0.2700.110.61
HSL155.56º15.79%33.53%-
HSV(B)155.56º27.27%38.82%-
XYZ8.911.0110.89-
YUV89.67127.05115.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.80%
GREEN value IS 99 (39.06% from 255) = 38.22%
BLUE value IS 88 (34.77% from 255) = 33.98%
R=27.80%
G=38.22%
B=33.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7299880.2700.110.61155.5615.7933.53
Hex4863581B0B3D9c1022
Octal11014313033013752342042
Binary10010001100011101100011011010111111011001110010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486358; }

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

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

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

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

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

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

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

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