#487665

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

Shades of Viridian #487665

Tints of Viridian #487665

Color information

#487665 (or 0x487665) is unknown color: approx Viridian. HEX triplet: 48, 76 and 65. RGB value is (72,118,101). Sum of RGB (Red+Green+Blue) = 72+118+101=291 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.74% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 118 - color contains mainly: green. Hex color #487665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487665 is #B7899A. Grayscale: #666666. Windows color (decimal): -12028315 or 6649416. OLE color: 6649416.

HSL color Cylindrical-coordinate representation of color #487665: hue angle of 157.83º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #487665 is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB72118101-
CMYK0.3900.140.54
HSL157.83º24.21%37.25%-
HSV(B)157.83º38.98%46.27%-
XYZ11.515.2714.65-
YUV102.31127.26106.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.74%
GREEN value IS 118 (46.48% from 255) = 40.55%
BLUE value IS 101 (39.84% from 255) = 34.71%
R=24.74%
G=40.55%
B=34.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal721181010.3900.140.54157.8324.2137.25
Hex487665270E369e1825
Octal11016614547016662363045
Binary100100011101101100101100111011101101101001111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487665; }

 p { color: rgb(72,118,101); }

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

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

 a { background-color: rgb(72,118,101); }

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

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

 span { border-color: rgb(72,118,101); }

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