#488672

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

Shades of Viridian #488672

Tints of Viridian #488672

Color information

#488672 (or 0x488672) is unknown color: approx Viridian. HEX triplet: 48, 86 and 72. RGB value is (72,134,114). Sum of RGB (Red+Green+Blue) = 72+134+114=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 134 - color contains mainly: green. Hex color #488672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488672 is #B7798D. Grayscale: #717171. Windows color (decimal): -12024206 or 7505480. OLE color: 7505480.

HSL color Cylindrical-coordinate representation of color #488672: hue angle of 160.65º 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 #488672 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB72134114-
CMYK0.4600.150.47
HSL160.65º30.1%40.39%-
HSV(B)160.65º46.27%52.55%-
XYZ14.2319.6418.96-
YUV113.18128.4698.63-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.5%
GREEN value IS 134 (52.73% from 255) = 41.88%
BLUE value IS 114 (44.92% from 255) = 35.62%
R=22.5%
G=41.88%
B=35.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721341140.4600.150.47160.6530.140.39
Hex4886722E0F2Fa11e28
Octal11020616256017572413650
Binary1001000100001101110010101110011111011111010000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488672; }

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

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

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

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

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

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

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

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