#488670

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

Shades of Viridian #488670

Tints of Viridian #488670

Color information

#488670 (or 0x488670) is unknown color: approx Viridian. HEX triplet: 48, 86 and 70. RGB value is (72,134,112). Sum of RGB (Red+Green+Blue) = 72+134+112=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 112 (44.14% from 255 or 35.22% from 318); Max value from RGB is 134 - color contains mainly: green. Hex color #488670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488670 is #B7798F. Grayscale: #707070. Windows color (decimal): -12024208 or 7374408. OLE color: 7374408.

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

Color convert

RGB72134112-
CMYK0.4600.160.47
HSL158.71º30.1%40.39%-
HSV(B)158.71º46.27%52.55%-
XYZ14.1219.618.37-
YUV112.95127.4698.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.64%
GREEN value IS 134 (52.73% from 255) = 42.14%
BLUE value IS 112 (44.14% from 255) = 35.22%
R=22.64%
G=42.14%
B=35.22%

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
Decimal721341120.4600.160.47158.7130.140.39
Hex4886702E0102F9f1e28
Octal11020616056020572373650
Binary10010001000011011100001011100100001011111001111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #488670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #488670; }

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

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

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

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

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

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

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

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