#487F6F

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

Shades of Viridian #487F6F

Tints of Viridian #487F6F

Color information

#487F6F (or 0x487F6F) is unknown color: approx Viridian. HEX triplet: 48, 7F and 6F. RGB value is (72,127,111). Sum of RGB (Red+Green+Blue) = 72+127+111=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 127 (50% from 255 or 40.97% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 127 - color contains mainly: green. Hex color #487F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487F6F is #B78090. Grayscale: #6C6C6C. Windows color (decimal): -12026001 or 7307080. OLE color: 7307080.

HSL color Cylindrical-coordinate representation of color #487F6F: hue angle of 162.55º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #487F6F is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB72127111-
CMYK0.4300.130.50
HSL162.55º27.64%39.02%-
HSV(B)162.55º43.31%49.8%-
XYZ13.1317.717.76-
YUV108.73129.28101.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.23%
GREEN value IS 127 (50% from 255) = 40.97%
BLUE value IS 111 (43.75% from 255) = 35.81%
R=23.23%
G=40.97%
B=35.81%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal721271110.4300.130.50162.5527.6439.02
Hex487F6F2B0D32a31c27
Octal11017715753015622433447
Binary100100011111111101111101011011011100101010001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487F6F; }

 p { color: rgb(72,127,111); }

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

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

 a { background-color: rgb(72,127,111); }

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

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

 span { border-color: rgb(72,127,111); }

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