#487666

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

Shades of Viridian #487666

Tints of Viridian #487666

Color information

#487666 (or 0x487666) is unknown color: approx Viridian. HEX triplet: 48, 76 and 66. RGB value is (72,118,102). Sum of RGB (Red+Green+Blue) = 72+118+102=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 118 - color contains mainly: green. Hex color #487666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487666 is #B78999. Grayscale: #666666. Windows color (decimal): -12028314 or 6714952. OLE color: 6714952.

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

Color convert

RGB72118102-
CMYK0.3900.140.54
HSL159.13º24.21%37.25%-
HSV(B)159.13º38.98%46.27%-
XYZ11.5515.2914.91-
YUV102.42127.76106.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.66%
GREEN value IS 118 (46.48% from 255) = 40.41%
BLUE value IS 102 (40.23% from 255) = 34.93%
R=24.66%
G=40.41%
B=34.93%

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
Decimal721181020.3900.140.54159.1324.2137.25
Hex487666270E369f1825
Octal11016614647016662373045
Binary100100011101101100110100111011101101101001111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487666; }

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

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

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

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

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

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

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

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