#488666

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

Shades of Viridian #488666

Tints of Viridian #488666

Color information

#488666 (or 0x488666) is unknown color: approx Viridian. HEX triplet: 48, 86 and 66. RGB value is (72,134,102). Sum of RGB (Red+Green+Blue) = 72+134+102=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 134 - color contains mainly: green. Hex color #488666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488666 is #B77999. Grayscale: #6F6F6F. Windows color (decimal): -12024218 or 6719048. OLE color: 6719048.

HSL color Cylindrical-coordinate representation of color #488666: hue angle of 149.03º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #488666 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB72134102-
CMYK0.4600.240.47
HSL149.03º30.1%40.39%-
HSV(B)149.03º46.27%52.55%-
XYZ13.619.3915.6-
YUV111.81122.4699.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.38%
GREEN value IS 134 (52.73% from 255) = 43.51%
BLUE value IS 102 (40.23% from 255) = 33.12%
R=23.38%
G=43.51%
B=33.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721341020.4600.240.47149.0330.140.39
Hex4886662E0182F951e28
Octal11020614656030572253650
Binary10010001000011011001101011100110001011111001010111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488666; }

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

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

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

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

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

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

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

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