#488566

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

Shades of Viridian #488566

Tints of Viridian #488566

Color information

#488566 (or 0x488566) is unknown color: approx Viridian. HEX triplet: 48, 85 and 66. RGB value is (72,133,102). Sum of RGB (Red+Green+Blue) = 72+133+102=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 133 - color contains mainly: green. Hex color #488566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488566 is #B77A99. Grayscale: #6F6F6F. Windows color (decimal): -12024474 or 6718792. OLE color: 6718792.

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

Color convert

RGB72133102-
CMYK0.4600.230.48
HSL149.51º29.76%40.2%-
HSV(B)149.51º45.86%52.16%-
XYZ13.4619.1115.55-
YUV111.23122.79100.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.45%
GREEN value IS 133 (52.34% from 255) = 43.32%
BLUE value IS 102 (40.23% from 255) = 33.22%
R=23.45%
G=43.32%
B=33.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal721331020.4600.230.48149.5129.7640.2
Hex4885662E01730961e28
Octal11020514656027602263650
Binary10010001000010111001101011100101111100001001011011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488566; }

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

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

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

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

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

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

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

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