#487964

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

Shades of Viridian #487964

Tints of Viridian #487964

Color information

#487964 (or 0x487964) is unknown color: approx Viridian. HEX triplet: 48, 79 and 64. RGB value is (72,121,100). Sum of RGB (Red+Green+Blue) = 72+121+100=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 121 (47.66% from 255 or 41.30% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 121 - color contains mainly: green. Hex color #487964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487964 is #B7869B. Grayscale: #676767. Windows color (decimal): -12027548 or 6584648. OLE color: 6584648.

HSL color Cylindrical-coordinate representation of color #487964: hue angle of 154.29º 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 #487964 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB72121100-
CMYK0.4000.170.53
HSL154.29º25.39%37.84%-
HSV(B)154.29º40.5%47.45%-
XYZ11.8115.9714.52-
YUV103.96125.77105.21-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.57%
GREEN value IS 121 (47.66% from 255) = 41.30%
BLUE value IS 100 (39.45% from 255) = 34.13%
R=24.57%
G=41.30%
B=34.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721211000.4000.170.53154.2925.3937.84
Hex48796428011359a1926
Octal11017114450021652323146
Binary1001000111100111001001010000100011101011001101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487964; }

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

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

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

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

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

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

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

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