#487968

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

Shades of Viridian #487968

Tints of Viridian #487968

Color information

#487968 (or 0x487968) is unknown color: approx Viridian. HEX triplet: 48, 79 and 68. RGB value is (72,121,104). Sum of RGB (Red+Green+Blue) = 72+121+104=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 121 - color contains mainly: green. Hex color #487968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487968 is #B78697. Grayscale: #686868. Windows color (decimal): -12027544 or 6846792. OLE color: 6846792.

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

Color convert

RGB72121104-
CMYK0.4000.140.53
HSL159.18º25.39%37.84%-
HSV(B)159.18º40.5%47.45%-
XYZ12.0116.0515.56-
YUV104.41127.77104.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.24%
GREEN value IS 121 (47.66% from 255) = 40.74%
BLUE value IS 104 (41.02% from 255) = 35.02%
R=24.24%
G=40.74%
B=35.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721211040.4000.140.53159.1825.3937.84
Hex487968280E359f1926
Octal11017115050016652373146
Binary100100011110011101000101000011101101011001111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487968; }

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

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

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

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

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

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

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

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