#488671

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

Shades of Viridian #488671

Tints of Viridian #488671

Color information

#488671 (or 0x488671) is unknown color: approx Viridian. HEX triplet: 48, 86 and 71. RGB value is (72,134,113). Sum of RGB (Red+Green+Blue) = 72+134+113=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 134 - color contains mainly: green. Hex color #488671 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488671 is #B7798E. Grayscale: #717171. Windows color (decimal): -12024207 or 7439944. OLE color: 7439944.

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

Color convert

RGB72134113-
CMYK0.4600.160.47
HSL159.68º30.1%40.39%-
HSV(B)159.68º46.27%52.55%-
XYZ14.1819.6218.66-
YUV113.07127.9698.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.57%
GREEN value IS 134 (52.73% from 255) = 42.01%
BLUE value IS 113 (44.53% from 255) = 35.42%
R=22.57%
G=42.01%
B=35.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal721341130.4600.160.47159.6830.140.39
Hex4886712E0102Fa01e28
Octal11020616156020572403650
Binary10010001000011011100011011100100001011111010000011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488671; }

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

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

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

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

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

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

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

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