#487966

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

Shades of Viridian #487966

Tints of Viridian #487966

Color information

#487966 (or 0x487966) is unknown color: approx Viridian. HEX triplet: 48, 79 and 66. RGB value is (72,121,102). Sum of RGB (Red+Green+Blue) = 72+121+102=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 121 - color contains mainly: green. Hex color #487966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487966 is #B78699. Grayscale: #686868. Windows color (decimal): -12027546 or 6715720. OLE color: 6715720.

HSL color Cylindrical-coordinate representation of color #487966: hue angle of 156.73º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #487966 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB72121102-
CMYK0.4000.160.53
HSL156.73º25.39%37.84%-
HSV(B)156.73º40.5%47.45%-
XYZ11.9116.0115.03-
YUV104.18126.77105.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.41%
GREEN value IS 121 (47.66% from 255) = 41.02%
BLUE value IS 102 (40.23% from 255) = 34.58%
R=24.41%
G=41.02%
B=34.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721211020.4000.160.53156.7325.3937.84
Hex48796628010359d1926
Octal11017114650020652353146
Binary1001000111100111001101010000100001101011001110111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487966; }

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

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

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

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

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

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

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

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