#486657

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

Shades of Viridian Green #486657

Tints of Viridian Green #486657

Color information

#486657 (or 0x486657) is unknown color: approx Viridian Green. HEX triplet: 48, 66 and 57. RGB value is (72,102,87). Sum of RGB (Red+Green+Blue) = 72+102+87=261 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.59% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 87 (34.38% from 255 or 33.33% from 261); Max value from RGB is 102 - color contains mainly: green. Hex color #486657 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486657 is #B799A8. Grayscale: #5B5B5B. Windows color (decimal): -12032425 or 5727816. OLE color: 5727816.

HSL color Cylindrical-coordinate representation of color #486657: hue angle of 150º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #486657 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.6.

Color convert

RGB7210287-
CMYK0.2900.150.6
HSL150º17.24%34.12%-
HSV(B)150º29.41%40%-
XYZ9.1411.5710.77-
YUV91.32125.56114.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.59%
GREEN value IS 102 (40.23% from 255) = 39.08%
BLUE value IS 87 (34.38% from 255) = 33.33%
R=27.59%
G=39.08%
B=33.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal72102870.2900.150.615017.2434.12
Hex4866571D0F3C961122
Octal11014612735017742262142
Binary10010001100110101011111101011111111001001011010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486657; }

 p { color: rgb(72,102,87); }

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

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

 a { background-color: rgb(72,102,87); }

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

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

 span { border-color: rgb(72,102,87); }

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